-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 696 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "sql-graphql-schema-generator",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@zeit/next-css": "^1.0.1",
"codemirror": "^5.55.0",
"codemirror-graphql": "^0.12.0",
"graphql": "^15.3.0",
"next": "9.3.2",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"react": "^16.10.2",
"react-codemirror2": "^7.2.1",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "16.10.2",
"react-feather": "^2.0.3",
"react-hotkeys-hook": "^1.5.3",
"react-notify-toast": "^0.5.1",
"sql-prettier": "^0.1.3",
"use-dark-mode": "^2.3.1"
}
}