-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 932 Bytes
/
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
{
"name": "reacttestexample",
"version": "1.0.0",
"description": "Testing out react",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp serve"
},
"author": "",
"license": "ISC",
"dependencies": {
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-router-dom": "^4.0.0",
"babel-polyfill": "^6.23.0"
},
"devDependencies": {
"babel-eslint": "^7.2.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-plugin-transform-class-properties": "^6.23.0",
"babelify": "^7.3.0",
"bower": "^1.8.0",
"browser-sync": "^2.18.8",
"browserify": "^14.1.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.5.0",
"gulp-watch": "^4.3.11",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}