-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
46 lines (46 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
40
41
42
43
44
45
46
{
"name": "multi-step-form",
"title": "Multi Step Form",
"version": "1.7.1",
"homepage": "https://github.com/mlooft/multi-step-form",
"main": "gulpfile.js",
"devDependencies": {
"@types/jquery": "^3.5.1",
"@types/jqueryui": "^1.12.13",
"@types/select2": "^4.0.49",
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-concat": "*",
"gulp-debug-streams": "*",
"gulp-less": "^4.0.1",
"gulp-livereload": "^4.0.2",
"gulp-newer": "^1.4.0",
"gulp-rename": "^1.4.0",
"gulp-sort": "^2.0.0",
"gulp-strip-debug": "^1.1.0",
"gulp-typescript": "^5.0.1",
"gulp-uglify": "^3.0.1",
"gulp-uglifycss": "^1.1.0",
"gulp-wp-pot": "^1.3.2",
"gulp-zip": "^3.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mlooft/multi-step-form.git"
},
"scripts": {
"start": "gulp default",
"zip": "gulp zip",
"lang": "gulp pot"
},
"author": "Mondula",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/mlooft/multi-step-form/issues"
},
"dependencies": {
"font-awesome": "^4.7.0",
"select2": "^4.0.13",
"typescript": "^3.9.7"
}
}