-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1014 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1014 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
34
35
36
37
38
39
{
"name": "react-frontend-starting-point",
"version": "0.1.0",
"description": "A basic react frontend using es6 and browserify",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/RoundtableDevelopment/react-frontend-starting-point"
},
"scripts": {
"test": "test"
},
"author": "Daniel McBrayer",
"license": "MIT",
"dependencies": {
"react": "^0.14.3",
"react-dom": "^0.14.3"
},
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babelify": "^7.2.0",
"browser-sync": "^2.10.1",
"browserify": "^12.0.1",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-cache": "^0.4.1",
"gulp-imagemin": "^2.4.0",
"gulp-minify-css": "^1.2.2",
"gulp-notify": "^2.2.0",
"gulp-sass": "^2.1.1",
"gulp-sequence": "^0.4.3",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"require-dir": "^0.3.0",
"vinyl-source-stream": "^1.1.0"
}
}