forked from AtlasOfLivingAustralia/ecodata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.44 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
{
"name": "ecodata",
"version": "4.0",
"description": "Karma / jasmine configuration for testing project javascript",
"main": "grails-app/assets/javascripts",
"directories": {},
"private": true,
"dependencies": {},
"devDependencies": {
"@metahub/karma-jasmine-jquery": "^2.0.1",
"chromedriver": "119.0.1",
"jasmine-core": "^3.5.0",
"jasmine-jquery": "^2.0.0",
"jquery": "^3.6.0",
"karma": "^6.1.1",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^2.0.2",
"karma-firefox-launcher": "^1.3.0",
"karma-jasmine": "^1.1.2",
"karma-jquery": "^0.2.4",
"knockout": "^3.5.1",
"lodash": "^4.17.19",
"moment": "^2.24.0",
"moment-timezone": "^0.5.27",
"css-loader": "^6.5.1",
"expose-loader": "^3.1.0",
"mini-css-extract-plugin": "^2.4.4",
"webpack": "^5.76.0",
"webpack-cli": "^4.9.1"
},
"scripts": {
"test": "karma start karma.conf.js",
"debug": "karma start --debug --browsers=Chrome --single-run=false",
"bundle": "webpack",
"start": "webpack --progress --watch --mode=development"
},
"author": "",
"license": "",
"dependencies": {
"bootstrap": "^5.1.3",
"bootstrap-datepicker": "1.9.0",
"font-awesome": "^4.7.0",
"jquery": "^3.6.0",
"jquery-ui": "^1.13.0",
"jsoneditor": "9.5.6",
"knockout": "^3.5.1",
"knockout-mapping": "^2.6.0",
"knockout-sortable": "^1.2.2",
"select2": "4.0.13",
"lodash": "^4.17.21"
}
}