-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
42 lines (42 loc) · 1.12 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
{
"name": "crypto-canvas",
"version": "1.02.1",
"private": true,
"dependencies": {
"antd": "^3.2.3",
"konva": "^7.2.5",
"moment": "^2.21.0",
"pluralize": "^7.0.0",
"prop-types": "^15.6.1",
"react": "^17.0.1",
"react-color": "^2.14.0",
"react-dom": "^17.0.1",
"react-ga": "^2.5.0",
"react-konva": "^17.0.1-3",
"react-moment": "^0.7.0",
"react-obfuscate": "^1.3.3",
"react-player": "^1.5.0",
"react-router-dom": "^4.2.2",
"react-router-hash-link": "^1.2.0",
"react-router-scroll-top": "^0.1.1",
"react-scripts": "1.1.1",
"web3": "^1.3.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"eslint": "^4.18.2",
"eslint-config-standard": "^11.0.0",
"eslint-config-standard-react": "^6.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-standard": "^3.0.1",
"flow-bin": "^0.71.0"
}
}