-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 943 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": "plon",
"version": "2.0.1",
"description": "Simple SCSS+JS framework based on jQuery and Gulp",
"repository": {
"type": "git",
"url": "https://github.com/peronczyk/plon"
},
"scripts": {
"watch": "gulp watch",
"serve": "gulp serve",
"build": "gulp --production",
"prod": "gulp --production",
"dev": "gulp --development",
"development": "gulp --development",
"production": "gulp --production"
},
"author": "peronczyk.com",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"browser-sync": "^2.18.13",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^3.3.0",
"gulp-notify": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"jquery": "^3.4.1"
}
}