-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
47 lines (47 loc) · 1.28 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
{
"name": "@kingofeos/web",
"version": "1.1.0",
"scripts": {
"dev": "next",
"deploy": "NODE_ENV=production next build && next export",
"start": "next start",
"lint": "eslint src pages --fix --ext .js,.jsx"
},
"dependencies": {
"@zeit/next-css": "^0.1.4",
"eosjs": "^15.0.3",
"file-loader": "^1.1.11",
"moment": "^2.21.0",
"next": "^5.0.0",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-dropzone": "^4.2.9",
"react-redux": "^5.0.7",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-thunk": "^2.2.0",
"scatter-js": "^2.4.0",
"semantic-ui-react": "^0.82.0",
"styled-jsx-plugin-sass": "0.2.0",
"three": "^0.91.0",
"url-loader": "^1.0.1"
},
"license": "ISC",
"devDependencies": {
"babel-eslint": "^8.2.2",
"dotenv": "^6.0.0",
"eslint": "^4.19.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-config-cmichel": "^1.0.9",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-flowtype": "^2.46.1",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"node-sass": "^4.9.3",
"prettier": "^1.11.1"
}
}