-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "js-repl",
"version": "0.1.0",
"homepage": "http://neilff.github.io/repl",
"private": true,
"devDependencies": {
"gh-pages": "0.12.0",
"react-scripts": "0.9.0"
},
"dependencies": {
"babel-standalone": "6.23.1",
"base-64": "0.1.0",
"bemify-js": "0.3.0",
"history": "4.5.1",
"immutable": "3.8.1",
"json-stringify-pretty-compact": "1.0.2",
"lodash": "4.17.4",
"query-string": "4.3.2",
"ramda": "0.23.0",
"react": "15.4.2",
"react-codemirror": "0.3.0",
"react-dom": "15.4.2",
"react-redux": "5.0.2",
"redux": "3.6.0",
"redux-logger": "2.8.1",
"redux-thunk": "2.2.0",
"reselect": "2.5.4",
"scriptjs": "2.5.8",
"stringify-object": "2.4.0",
"sw-precache": "5.0.0"
},
"scripts": {
"build": "react-scripts build && sw-precache --config=sw-precache-config.js",
"deploy": "gh-pages -d build",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"start": "react-scripts start",
"test": "react-scripts test --env=jsdom"
}
}