-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathpackage.json
43 lines (43 loc) · 1.11 KB
/
package.json
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "coolqlcool",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"dev": "node index.js",
"build": "next build",
"start": "NODE_ENV=production node index.js"
},
"dependencies": {
"@zeit/next-css": "^0.1.5",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-styled-components": "^1.5.1",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"body-parser": "^1.18.2",
"cheerio": "^1.0.0-rc.1",
"cors": "^2.8.5",
"express": "^4.15.3",
"express-graphql": "^0.6.6",
"express-route-stats": "^0.0.0",
"graphql": "^0.10.3",
"next": "^5.1.0",
"nightmare": "^2.10.0",
"node-fetch": "^2.6.1",
"nodemon": "^1.11.0",
"now": "^8.5.4",
"preact": "^8.2.6",
"preact-compat": "^3.17.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-highlight": "^0.10.0",
"react-syntax-highlighter": "^6.1.1",
"styled-components": "^2.2.4",
"underscore": "^1.9.1",
"webpack": "^3.9.1"
},
"devDependencies": {
"eslint": "^4.1.1",
"eslint-config-google": "^0.8.0"
}
}