-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.33 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
{
"name": "reactweb",
"version": "0.1.0",
"private": true,
"dependencies": {
"cryptiles": ">=4.1.2",
"diff": ">=3.5.0",
"dot-prop": ">=4.2.1",
"elliptic": ">=6.5.4",
"fresh": ">=0.5.2",
"fstream": ">=1.0.12",
"lodash": ">=4.17.19",
"lodash.mergewith": ">=4.6.2",
"lodash.template": ">=4.5.0",
"handlebars": ">=4.5.3",
"http-proxy": ">=1.18.1",
"is-svg": ">=4.2.2",
"js-yaml": ">=3.13.1",
"macaddress": ">=0.2.9",
"minimist": ">=0.2.1",
"no-case": ">=2.3.2",
"node-forge": ">=0.10.0",
"querystringify": ">=2.0.0",
"react": "^15.6.1",
"react-dev-utils": ">=11.0.4",
"react-dom": "^15.6.1",
"react-router-dom": "^4.1.2",
"react-scripts": "1.0.10",
"sshpk": ">=1.13.2",
"stringstream": ">=0.0.6",
"tar": ">=2.2.2",
"tough-cookie": ">=2.3.3",
"url-parse": ">=1.4.3",
"webpack-dev-server": ">=3.1.11",
"y18n": ">=3.2.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-changed": "^3.1.0",
"gulp-clean-css": "^3.7.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"y18n": ">=3.2.2"
}
}