-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 939 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
34
35
{
"name": "rest-prev-order",
"version": "0.0.1",
"private": true,
"description": "Yemeksepeti - Restaurant specific previous orders",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./node_modules/.bin/gulp"
},
"author": "Aykut Bulca",
"dependencies": {
"axios": "^0.17.1",
"chrome-promise": "^2.1.2",
"react": "^15.5.0",
"react-chrome-redux": "^1.5.0",
"react-dom": "^15.5.0",
"react-redux": "^4.0.0",
"redux": "^3.0.4",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"gulp": "^3.9.0",
"gulp-load-plugins": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.7",
"rimraf": "^2.5.0",
"webpack": "^2.6.0"
}
}