-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.13 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
{
"name": "igsn-portal",
"scripts": {
"watch": "gulp watch",
"build": "gulp build",
"build-prod": "gulp build --env production"
},
"license": "Apache-2.0",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",
"autoprefixer": "^9.8.6",
"leaflet": "^1.6.0",
"postcss-import": "^12.0.1",
"qrcode-generator": "^1.4.4",
"tailwindcss": "^1.6.2",
"tippy.js": "^6.2.6",
"wicket": "^1.3.6"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"babelify": "^10.0.0",
"browserify": "^16.5.2",
"gulp": "^4.0.2",
"gulp-environments": "^1.0.1",
"gulp-postcss": "^8.0.0",
"gulp-purgecss": "^2.3.0",
"gulp-rename": "^2.0.0",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-terser": "^1.3.2",
"gulp-uglifycss": "^1.1.0",
"gulp-watch": "^5.0.1",
"uglify": "^0.1.5",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"vue-template-compiler": "^2.6.11"
}
}