-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.1 KB
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": "knacksteem-org",
"version": "0.1.0",
"license": "GPL-3.0-or-later",
"dependencies": {
"antd": "^3.7.0",
"aws-sdk": "^2.409.0",
"axios": "^0.18.0",
"express": "^4.16.3",
"fecha": "^2.3.3",
"history": "^4.7.2",
"js-cookie": "^2.2.0",
"prop-types": "^15.6.2",
"qs": "^6.5.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-dropzone": "^7.0.1",
"react-hotkeys": "^1.1.4",
"react-markdown": "^3.3.4",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-router-redux": "^5.0.0-alpha.9",
"react-rte": "^0.16.1",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"sc2-sdk": "^1.0.2",
"steem": "^0.7.2"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint src"
},
"devDependencies": {
"eslint": "^5.1.0",
"eslint-plugin-react": "^7.10.0",
"react-app-rewired": "^1.5.2",
"react-scripts": "1.1.4",
"redux-devtools-extension": "^2.13.5"
}
}