-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·50 lines (50 loc) · 1.28 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
44
45
46
47
48
49
50
{
"name": "html-sass-template",
"version": "1.0.0",
"description": "HTML template with SASS",
"main": "index.js",
"scripts": {
"start": "gulp"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.1.2",
"autoprefixer": "^9.1.5",
"babel-core": "^6.26.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babelify": "^10.0.0",
"browserify": "^16.2.3",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^7.0.1",
"gulp-browserify": "^0.5.1",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^3.10.0",
"gulp-connect": "^5.7.0",
"gulp-css-purge": "^3.0.9",
"gulp-inject-partials": "^1.0.4",
"gulp-livereload": "^4.0.2",
"gulp-minify": "^3.1.0",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-uglify": "^3.0.1",
"gulp-watch": "^5.0.1",
"node-sass": "^4.14.1",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-flexibility": "^2.0.0",
"postcss-import": "^12.0.0",
"postcss-url": "^8.0.0",
"vue": "^2.5.17",
"vueify": "^9.4.1"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}