generated from League-of-Foundry-Developers/FoundryVTT-Module-Template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 932 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": "vueport-encounter-builder",
"version": "1.0.0",
"description": "",
"main": "module.js",
"scripts": {
"build": "gulp build",
"gulp": "gulp"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-declare": "^0.3.0",
"gulp-minify": "^3.1.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-vue-single-file-component": "^1.0.12",
"gulp-wrap": "^0.15.0",
"sass": "^1.57.1",
"vue-histogram-slider": "^0.3.8",
"vue-numeric-input": "^1.0.6",
"vue-range-component": "^1.0.3",
"vue-select": "^3.10.8",
"vue-slider-component": "^3.2.11",
"vuejs-smart-table": "0.0.5"
},
"devDependencies": {
"@babel/preset-env": "^7.15.6"
}
}