-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.35 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
{
"name": "json-board-rx",
"version": "0.1.6",
"private": true,
"dependencies": {
"@types/jest": "^19.2.2",
"@types/lodash": "^4.14.62",
"@types/node": "^6.0.69",
"@types/react": "^15.0.22",
"@types/react-dom": "^0.14.23",
"@types/react-redux": "^4.4.40",
"codemirror": "^5.25.2",
"codemirror-revisedsearch": "^1.0.12",
"diff": "^3.2.0",
"jquery": "^3.2.1",
"js-beautify": "^1.6.12",
"json-browse": "^0.2.0",
"json-lint": "^0.1.0",
"lodash": "^4.17.4",
"materialize-css": "^0.98.2",
"query-string": "^4.3.4",
"react": "^15.5.4",
"react-codemirror": "^0.3.0",
"react-copy-to-clipboard": "^5.0.0",
"react-dom": "^15.5.4",
"react-redux": "^5.0.4",
"redux": "^3.6.0",
"redux-observable": "^0.14.1",
"rxjs": "^5.3.0",
"velocity-animate": "^1.5.0"
},
"devDependencies": {
"node-sass-chokidar": "0.0.2",
"npm-run-all": "^4.0.2",
"react-scripts-ts": "1.2.0"
},
"scripts": {
"build-css": "node-sass-chokidar src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive",
"start-js": "react-scripts-ts start",
"start": "npm-run-all -p watch-css start-js",
"build": "npm run build-css && react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
}
}