-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.11 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
{
"name": "reservasi-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-scripts": "1.0.13",
"babel-preset-stage-1": "^6.1.18",
"lodash": "^3.10.1",
"react-redux": "4.3.0",
"react-router": "^2.0.1",
"redux": "^3.0.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"autoprefixer": "^6.7.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.16.0",
"beepbeep": "^1.2.0",
"del": "^2.2.2",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-changed": "^1.3.2",
"gulp-clean-css": "^2.3.2",
"gulp-imagemin": "^3.1.1",
"gulp-livereload": "^1.1.1",
"gulp-load-plugins": "^1.4.0",
"gulp-postcss": "^6.3.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.0.1",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"gulp-webp": "^2.1.1",
"postcss-object-fit-images": "^1.1.2"
}
}