forked from steemiz/steemiz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.47 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": "nulscommunity",
"version": "0.1.0",
"private": true,
"dependencies": {
"bs58": "^4.0.1",
"draft-js": "0.10.5",
"draftjs-to-html": "0.8.4",
"embedjs": "^0.0.4",
"emojione": "^3.1.1",
"history": "^4.6.3",
"immutability-helper": "2.4.0",
"lodash": "^4.17.4",
"material-ui": "",
"numeral": "^2.0.6",
"prop-types": "15.6.2",
"query-string": "^4.3.4",
"react": "16.4.1",
"react-dom": "16.4.1",
"react-draft-wysiwyg": "1.12.13",
"react-helmet": "^5.2.0",
"react-icons": "2.2.7",
"react-infinite-scroller": "1.0.15",
"react-intl": "2.4.0",
"react-loadable": "^4.0.3",
"react-markdown": "3.4.1",
"react-progressive-image": "0.3.0",
"react-redux": "5.0.7",
"react-router-dom": "4.3.1",
"react-scripts": "1.0.14",
"react-tagsinput": "3.19.0",
"react-tap-event-plugin": "3.0.2",
"redux": "4.0.0",
"redux-saga": "0.16.0",
"remarkable": "^1.7.1",
"reselect": "^3.0.1",
"sanitize-html": "^1.14.1",
"sc2-sdk": "0.0.5",
"secure-random": "^1.1.1",
"speakingurl": "^14.0.1",
"steem": "0.7.1",
"styled-components": "^3.3.3",
"xmldom": "^0.1.27"
},
"scripts": {
"start": "NODE_PATH=src react-scripts start",
"build-css": "node-sass-chokidar src/ -o src/",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"node-sass-chokidar": "^0.0.3"
}
}