-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.43 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
44
45
46
47
48
49
50
51
52
53
54
{
"name": "reactism",
"version": "1.0.0",
"description": "Reactism is a React Boilerplate based next.js",
"main": "index.js",
"scripts": {
"dev": "nodemon server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"export": "next export",
"docz:dev": "docz dev",
"docz:build": "docz build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dtcoss/reactism.git"
},
"keywords": [
"react",
"boilerplate",
"nextjs"
],
"author": "PT. Docotel Teknologi Celebes",
"license": "ISC",
"bugs": {
"url": "https://github.com/dtcoss/reactism/issues"
},
"homepage": "https://github.com/dtcoss/reactism#readme",
"dependencies": {
"@zeit/next-css": "^1.0.1",
"compression": "^1.7.3",
"compression-webpack-plugin": "^2.0.0",
"emotion": "^9.2.12",
"emotion-server": "^9.2.12",
"express": "^4.16.4",
"next": "^7.0.2",
"next-routes": "^1.4.2",
"react": "^16.8.0-alpha.1",
"react-dom": "^16.8.0-alpha.1",
"sw-precache-webpack-plugin": "^0.11.5"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"babel-plugin-emotion": "^9.2.11",
"babel-plugin-transform-remove-console": "^6.9.4",
"docz": "^0.12.7",
"eslint": "^5.12.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.12.4",
"nodemon": "^1.18.5"
}
}