-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
55 lines (55 loc) · 1.6 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
55
{
"name": "steemhunt",
"version": "0.0.1",
"private": true,
"dependencies": {
"antd": "^3.2.3",
"bs58": "^4.0.1",
"embedjs": "^0.0.10",
"emojione": "^3.1.2",
"history": "^4.6.3",
"immutability-helper": "^2.6.6",
"js-sha256": "^0.9.0",
"lodash": "^4.17.5",
"numeral": "^2.0.6",
"prop-types": "15.6.0",
"query-string": "^4.3.4",
"react": "^16.2.0",
"react-app-rewired": "^1.4.1",
"react-dom": "^16.2.0",
"react-helmet": "^5.2.0",
"react-icons": "^2.2.7",
"react-infinite-scroller": "^1.1.3",
"react-loadable": "^4.0.5",
"react-markdown": "^2.5.1",
"react-redux": "^5.0.7",
"react-router-dom": "4.2.2",
"react-scripts": "^1.1.1",
"react-tagsinput": "^3.19.0",
"react-tap-event-plugin": "^3.0.2",
"redux": "^3.7.2",
"redux-saga": "^0.15.6",
"remarkable": "^1.7.1",
"reselect": "^3.0.1",
"sanitize-html": "^1.18.2",
"sc2-sdk": "^1.0.2",
"secure-random": "^1.1.1",
"speakingurl": "^14.0.1",
"steem": "^0.6.7",
"xmldom": "^0.1.27"
},
"scripts": {
"start": "NODE_PATH=src react-app-rewired start",
"build-css": "node-sass-chokidar src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive",
"build": "sh -ac '. .env.production; NODE_PATH=src react-app-rewired build'",
"test": "NODE_PATH=src react-app-rewired test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-plugin-import": "^1.6.5",
"node-sass-chokidar": "0.0.3",
"react-app-rewire-less": "^2.1.0",
"redux-logger": "^3.0.6"
}
}