-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·35 lines (35 loc) · 944 Bytes
/
package.json
File metadata and controls
executable file
·35 lines (35 loc) · 944 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
{
"name": "standalone_react",
"version": "3.0.0",
"description": "Attempt to make a react project that doesn't need a specific server",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Toll Brothers Web Team",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"browser-sync": "^2.11.1",
"eslint": "^4.14.0",
"eslint-plugin-react": "^7.5.1",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-concat": "^2.6.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^1.5.3",
"gulp.spritesmith": "^6.2.1",
"prettier-eslint": "^8.6.2"
},
"dependencies": {
"gulp-sass": "^3.1.0",
"jshint": "^2.9.5",
"pump": "^2.0.0"
}
}