-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 877 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
36
{
"name": "www",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"browser-sync": "^2.18.8",
"eslint": "^3.19.0",
"fs-extra": "^2.1.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^3.4.2",
"gulp-livereload": "^3.8.1",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"gulp-watch-path": "^0.1.0",
"minimist": "^1.2.0",
"stylelint": "^7.9.0",
"stylelint-config-standard": "^15.0.1",
"vue": "^2.3.2",
"vue-cli": "^2.8.1"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1"
},
"description": ""
}