forked from DEEP-IMPACT-AG/staticweb-build
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.18 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
{
"name": "staticweb",
"version": "0.0.5",
"description": "",
"main": "gulpfile.js",
"scripts": {
"start": "npm run prod && node server.js",
"prod": "gulp build-prod",
"dev": "gulp build-dev",
"images": "gulp process-images",
"lint:css": "stylelint src/**/*.css --config tools/stylelintrc.json"
},
"author": "Luan Gjokaj",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"aos": "^2.3.4",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.26.3",
"connect-modrewrite": "^0.10.2",
"cssnano": "^4.1.8",
"del": "^3.0.0",
"express": "^4.16.4",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-cache-bust": "^1.4.0",
"gulp-concat": "^2.6.1",
"gulp-file-include": "^2.0.1",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^5.0.3",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"gulp-util": "^3.0.8",
"jquery": "^3.3.1",
"normalize.css": "^8.0.1",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-import": "^12.0.1",
"postcss-preset-env": "^6.5.0",
"stylelint": "^9.9.0",
"stylelint-config-standard": "^18.2.0"
}
}