-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 869 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": "static-site",
"version": "1.0.0",
"scripts": {
"start": "gulp",
"build": "gulp build",
"clean": "gulp clean"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bootstrap": "^4.1.3",
"@fortawesome/fontawesome-pro": "^5.0.13",
"jquery": "^3.3.1",
"jquery-serializejson": "^2.8.1",
"jquery-validation": "^1.17.0",
"okjs": "^3.4.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.24.6",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-babel-minify": "^0.4.3",
"gulp-bundle-assets": "^2.29.0",
"gulp-concat": "^2.6.1",
"gulp-file-include": "^2.0.1",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.1",
"rmrf": "^2.0.0"
}
}