-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.78 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
53
54
55
56
57
58
59
60
61
62
63
{
"name": "dom-react-todos",
"version": "1.0.0",
"description": "practice react todo component with express.js api server",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "NODE_ENV=development gulp dev",
"serve": "NODE_ENV=production gulp serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dominicgan/react-todos.git"
},
"author": "Dominic Gan",
"license": "ISC",
"bugs": {
"url": "https://github.com/dominicgan/react-todos/issues"
},
"homepage": "https://github.com/dominicgan/react-todos#readme",
"devDependencies": {
"autoprefixer": "^7.1.6",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"body-parser": "^1.18.2",
"browser-sync": "^2.18.13",
"cssnano": "^3.10.0",
"del": "^3.0.0",
"express": "^4.16.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-environments": "^0.1.2",
"gulp-live-server": "0.0.31",
"gulp-nodemon": "^2.2.1",
"gulp-notify": "^3.0.0",
"gulp-npm-files": "^0.1.3",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^7.0.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^2.6.1",
"gulp-webpack": "^1.5.0",
"gutil": "^1.6.4",
"openurl": "^1.1.1",
"react-hot-loader": "^3.1.3",
"require-dir": "^0.3.2",
"run-sequence": "^2.2.0",
"uglifyjs-webpack-plugin": "^1.1.0",
"useragent": "^2.2.1",
"webpack": "^3.8.1",
"webpack-dev-middleware": "^1.12.0",
"webpack-hot-middleware": "^2.20.0",
"webpack-module-hot-accept": "^1.0.5",
"webpack-stream": "^4.0.0"
},
"dependencies": {
"jquery": "^3.2.1",
"keycode": "^2.1.9",
"react": "^16.1.1",
"react-dom": "^16.1.1"
}
}