forked from surveyjs/custom-widgets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.83 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
47
48
49
50
51
52
53
54
{
"name": "surveyjs-widgets",
"version": "1.9.124",
"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 [azurepipelines skip]\"",
"testcafe": "testcafe chrome --app \"http-server\" testcafe/ --selector-timeout 1500",
"testcafe:ci": "testcafe chrome:headless --app \"http-server\" testcafe/ --selector-timeout 1500 ",
"testcafe_file": "testcafe chrome --app \"http-server\" testCafe/tagbox.ts --selector-timeout 1500 --reporter minimal"
},
"repository": {
"type": "git",
"url": "https://github.com/surveyjs/custom-widgets.git"
},
"private": true,
"devDependencies": {
"@babel/core": "^7.16.12",
"bootstrap-slider": "^10.6.2",
"clean-webpack-plugin": "^0.1.17",
"colors": "1.4.0",
"concurrently": "^6.2.1",
"copy-webpack-plugin": "^11.0.0",
"easy-autocomplete": "^1.3.5",
"friendly-errors-webpack-plugin": "^1.6.1",
"generate-package-json-webpack-plugin": "^2.6.0",
"http-server": "^13.0.2",
"icheck": "^1.0.2",
"inputmask": "~5.0.3",
"jquery": "^3.5.0",
"jquery-bar-rating": "^1.2.2",
"jquery-ui": "^1.13.2",
"live-server": "^1.2.0",
"nouislider": "latest",
"pretty-checkbox": "^3.0.3",
"recordrtc": "^5.5.8",
"select2": "^4.0.8",
"sortablejs": "^1.9.0",
"standard-version": "^9.5.0",
"survey-angular": "^1.9.46",
"survey-jquery": "^1.9.46",
"survey-knockout": "^1.9.46",
"survey-react": "^1.9.46",
"survey-vue": "^1.9.46",
"svg-inline-loader": "^0.8.2",
"testcafe": "1.16.1",
"text-loader": "0.0.1",
"virtual-module-webpack-plugin": "^0.3.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.9.2"
}
}