forked from Ksushana/miLab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.39 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
51
52
53
54
55
56
{
"name": "MiLaboratories",
"version": "0.1.0",
"description": "frontend",
"keywords": [
"project",
"MiLaboratories",
"static"
],
"scripts": {
"start": "gulp --debug --sourcemap=true",
"build": "gulp build",
"dist": "NODE_ENV=production npm run build",
"deploy": "gulp deploy",
"deploy:dist": "NODE_ENV=production npm run deploy"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.11.0",
"@babel/register": "^7.10.5",
"babel-loader": "^8.1.0",
"browser-sync": "^2.26.12",
"compression-webpack-plugin": "^5.0.1",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-cheerio": "^1.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-consolidate": "^0.2.0",
"gulp-gh-pages": "^0.5.4",
"gulp-iconfont": "^10.0.3",
"gulp-if": "^3.0.0",
"gulp-plumber": "^1.2.1",
"gulp-pug": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-svgstore": "^7.0.1",
"path": "^0.12.7",
"webpack": "^4.44.1"
},
"dependencies": {
"@babel/polyfill": "^7.10.4",
"body-scroll-lock": "^3.1.5",
"bootstrap": "^4.5.2",
"jquery": "^3.5.1",
"marquee3000": "^1.1.1",
"plotly.js-basic-dist": "^2.2.0",
"swiper": "^6.1.2"
},
"engines": {
"node": ">=10",
"npm": ">=6"
}
}