-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 792 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 792 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
36
{
"name": "shopapp",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {},
"author": "",
"license": "ISC",
"dependencies": {
"autoprefixer": "^6.3.6",
"babel-core": "^6.9.0",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.9.0",
"body-parser": "^1.15.1",
"cssnano": "^3.6.1",
"express": "^4.13.4",
"gulp": "^3.9.1",
"gulp-ext-replace": "^0.3.0",
"gulp-postcss": "^6.1.1",
"mysql": "^2.10.2",
"postcss": "^5.0.21",
"postcss-scss": "^0.1.8",
"precss": "^1.4.0",
"prerender-node": "^2.2.2",
"winston": "^2.2.0"
},
"babel": {
"presets": [
"es2015",
"stage-0"
]
}
}