-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 1.99 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
70
71
72
73
74
75
76
77
78
79
80
{
"name": "dentalcareerplan-pack",
"version": "0.2.0",
"description": "Interactive to simulate dental career planning",
"main": "src/index.js",
"scripts": {
"serve": "webpack serve --hot --mode development",
"test": "npm run test-unit && npm run test-client",
"test-unit": "mocha test/model-test.js",
"test-client": "mocha-headless-chrome -f dist/view-test.html",
"build": "webpack --mode production && webpack --config test/test.webpack.config.js --mode development"
},
"repository": {
"type": "git",
"url": "https://github.com/ccnmtl/dentalcareerplan-pack.git"
},
"keywords": [
"webpack",
"mocha",
"chai",
"jquery",
"client",
"ctl"
],
"author": {
"name": "Eddie Rubiez",
"email": "https://github.com/eddierubeiz/"
},
"contributors": [
{
"name": "Susan Dreher",
"email": "sdreher@columbia.edu"
},
{
"name": "Zarina Mustapha",
"email": "zarina@columbia.edu"
},
{
"name": "Cindy Smalletz",
"email": "cks2120@columbia.edu"
}
],
"bugs": {
"url": "https://github.com/ccnmtl/dentalcareerplan-pack/issues"
},
"license": "GPL-3.0",
"greenkeeper": {
"ignore": [
"bootstrap"
]
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.7.0",
"chai": "^5.0.0",
"eslint": "~9.17.0",
"eslint-plugin-no-unsafe-innerhtml": "^1.0.16",
"eslint-plugin-security": "^3.0.0",
"globals": "^15.8.0",
"mocha": "^11.0.0",
"mocha-headless-chrome": "^4.0.0",
"webpack-cli": "~6.0.0",
"webpack-dev-server": "^5.0.0"
},
"dependencies": {
"backbone": "1.6.0",
"bootstrap": "^3.3.7",
"bootstrap-arrow-buttons": "^1.0.4",
"css-loader": "^7.0.0",
"file-loader": "^6.0.0",
"jquery": "^3.2.1",
"json-loader": "^0.5.4",
"style-loader": "^4.0.0",
"svg-loader": "0.0.2",
"underscore": "1.13.1",
"underscore-template-loader": "^1.0.0",
"url-loader": "^4.0.0",
"webpack": "^5.10.3"
}
}