-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
69 lines (69 loc) · 2.07 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "ipa-client-angular",
"version": "0.1.0",
"description": "Instructional Planning and Administration AngularJS Client",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=development",
"server": "webpack serve --mode=development",
"start": "npm run server",
"cypress": "cypress open",
"lint": "eslint app/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ucdavis/ipa-client-angular.git"
},
"author": "UC Davis Division of Social Science IT Service Center",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/ucdavis/ipa-client-angular/issues"
},
"homepage": "https://github.com/ucdavis/ipa-client-angular#readme",
"devDependencies": {
"@babel/core": "^7.23",
"@babel/eslint-parser": "^7.22",
"@babel/preset-env": "^7.23",
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^5.2.7",
"eslint": "^7.32.0",
"eslint-plugin-angular": "^4.1.0",
"eslint-webpack-plugin": "^2.6.0",
"raw-loader": "1.0.0",
"style-loader": "1.3.0",
"webpack": "4.47.0",
"webpack-cli": "^4.10.0",
"webpack-concat-plugin": "^3.0.0",
"webpack-dev-server": "^4.15.2",
"webpack-shell-plugin": "0.5.0"
},
"dependencies": {
"@selectize/selectize": "^0.15.2",
"angular": "1.8.2",
"angular-route": "1.8.2",
"angular-sanitize": "1.8.2",
"angular-selectize2": "github:machineboy2045/angular-selectize#v3.0.1",
"angular-ui-bootstrap": "1.3.3",
"angular-ui-calendar": "1.0.2",
"bootstrap": "^3.4",
"bootstrap-colorpicker": "2.5.3",
"chart.js": "2.9.4",
"fullcalendar": "3.10.5",
"fuse.js": "3.2.0",
"jquery": "3.6",
"jquery-typeahead": "^2.11.0",
"moment": "2.29.4",
"ng-idle": "1.3.2",
"ng-notify": "0.7.1",
"toastr": "2.1.4",
"ui-select": "0.19.8",
"underscore": "1.13.2",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
},
"engines": {
"node": "18"
}
}