-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
33 lines (33 loc) · 858 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
{
"name": "node-mysql-admin",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"async": "^2.1.2",
"axios": "^0.15.3",
"babel-cli": "^6.18.0",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-es2015": "^6.18.0",
"babelify": "^7.3.0",
"body-parser": "^1.15.2",
"browserify": "^13.1.1",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^2.3.2",
"gulp-concat-css": "^2.3.0",
"gulp-nodemon": "^2.2.1",
"gulp-sourcemaps": "^2.2.0",
"gulp-uglify": "^2.0.0",
"mysql": "^2.11.1",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-router": "^3.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"vinyl-transform": "^1.0.0",
"watchify": "^3.7.0"
},
"author": "Ozgur GUL"
}