forked from benjamin-vauchel/SuperBoxSelect
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
32 lines (32 loc) · 798 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
{
"name": "superboxselect",
"description": "Advanced listbox/resource list custom template variable",
"author": "Thomas Jakobi <office@treehillstudio.com>",
"private": true,
"devDependencies": {
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"date-format": "^4.0.14",
"gulp": "^5.0.0",
"gulp-concat": "^2.6.1",
"gulp-footer": "^2.1.0",
"@fomantic/gulp-header": "^2.1.1",
"gulp-postcss": "^10.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"postcss": "^8.4.45",
"sass": "^1.78.0",
"uglify-js": "^3.19.3"
},
"dependencies": {
"sortablejs": "^1.15.3"
},
"browserslist": [
"last 2 version",
"> 1%",
"maintained node versions",
"not dead"
]
}