-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 796 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 796 Bytes
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
{
"name": "react-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel": "^6.3.26",
"babel-cli": "^6.4.0",
"babel-core": "^6.4.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-register": "^6.4.3",
"body-parser": "^1.14.2",
"browser-sync": "^2.10.0",
"browserify": "^12.0.1",
"ejs": "^2.3.4",
"express": "^4.13.3",
"guid": "0.0.12",
"gulp": "^3.9.0",
"gulp-live-server": "0.0.29",
"jquery": "^2.2.0",
"mongoose": "^4.3.5",
"react": "^0.14.6",
"react-dom": "^0.14.6",
"reactify": "^1.1.1",
"vinyl-source-stream": "^1.1.0"
}
}