-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1016 Bytes
/
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
{
"name": "hello-next",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "Test passed!",
"build": "next build",
"start": "next start -p 8000 --env=development",
"export": "next export",
"dev": "next dev",
"deploy": "./deploy.sh"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@material-ui/core": "^1.5.1",
"apollo-boost": "^0.1.15",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"graphql": "^0.13.2",
"highlight.js": "^9.12.0",
"isomorphic-unfetch": "^2.1.1",
"jss": "latest",
"markdown-it": "^8.4.2",
"next": "7.0.0-canary.0",
"prettier": "^1.14.2",
"react": "^16.4.2",
"react-apollo": "^2.1.11",
"react-dom": "^16.4.2"
},
"devDependencies": {
"babel-plugin-transform-define": "^1.3.0",
"del": "latest",
"mkdirp-then": "latest",
"prop-types": "latest",
"react-jss": "latest",
"recursive-copy": "latest",
"styled-jsx": "latest"
}
}