-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.22 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
{
"name": "gulp-skeleton",
"version": "1.0.0",
"description": "",
"main": "index.js",
"babel": {
"presets": [
"@babel/preset-env"
]
},
"scripts": {
"start": "node ./node_modules/gulp/bin/gulp.js",
"serve": "yarn start",
"firebase": "node ./node_modules/.bin/firebase",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.6.0",
"@babel/polyfill": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/register": "^7.6.0",
"browser-sync": "^2.26.7",
"del": "^5.1.0",
"firebase-tools": "^8.2.0",
"gulp": "^4.0.2",
"gulp-cli": "^2.2.0",
"gulp-concat": "^2.6.1",
"gulp-postcss": "^8.0.0",
"gulp-pug": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-svg-sprite": "^1.5.0",
"ion-rangeslider": "^2.3.1",
"ios-inner-height": "^1.1.1",
"jquery": "^3.5.1",
"jquery-mask-plugin": "^1.14.16",
"normalize.css": "^8.0.1",
"postcss-apply": "^0.12.0",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.1.2",
"postcss-preset-env": "^6.7.0",
"select2": "^4.0.13",
"selectize": "^0.12.6",
"slick-slider": "^1.8.2"
}
}