forked from surveyjs/custom-widgets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.19 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
{
"name": "surveyjs-widgets",
"version": "1.1.16",
"scripts": {
"start": "npm run build && live-server",
"watch": "webpack --env.buildType dev --watch",
"prebuild": "webpack --env.buildType dev",
"build": "webpack --env.buildType prod",
"release": "standard-version --message \"Release: %s\""
},
"private": true,
"devDependencies": {
"bootstrap-slider": "^10.6.2",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.1.1",
"easy-autocomplete": "^1.3.5",
"friendly-errors-webpack-plugin": "^1.6.1",
"generate-json-webpack-plugin": "^0.2.2",
"icheck": "^1.0.2",
"inputmask": "^3.3.10",
"jquery": "^3.4.1",
"jquery-bar-rating": "^1.2.2",
"jquery-ui": "^1.12.1",
"live-server": "^1.2.0",
"nouislider": "latest",
"pretty-checkbox": "^3.0.3",
"recordrtc": "^5.5.8",
"select2": "^4.0.8",
"signature_pad": "^2.3.2",
"sortablejs": "^1.9.0",
"standard-version": "4.0.0",
"survey-angular": "^1.1.12",
"survey-jquery": "^1.1.12",
"survey-knockout": "^1.1.12",
"survey-react": "^1.1.12",
"survey-vue": "^1.1.12",
"virtual-module-webpack-plugin": "^0.3.0",
"webpack": "^3.6.0"
}
}