-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.86 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
{
"name": "Eureka",
"version": "1.0.0",
"description": "Eureka - A digital guidebook for using improvisation in the ear traiing classroom",
"main": "",
"scripts": {
"dev": "webpack -d --watch",
"build": "webpack",
"cypress:run": "cypress run",
"cypress:open": "cypress open",
"cypress:test": "start-server-and-test 'make integrationserver' http://127.0.0.1:8000 cypress:run",
"integrationserver:webpack": "start-server-and-test 'make integrationserver' http://127.0.0.1:8000 dev",
"cypress:watch": "start-server-and-test integrationserver:webpack http://127.0.0.1:8000 cypress:open"
},
"repository": {
"type": "git",
"url": "git://github.com/ccnmtl/eureka.git"
},
"author": {
"name": "Center for Teaching and Learning - Columbia University",
"email": "[email protected]"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ccnmtl/eureka/issues"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.0",
"autoprefixer": "^10.2.5",
"axe-core": "^4.1.4",
"bootstrap": "~5.3.0",
"css-loader": "^7.0.0",
"cypress": "^13.9.0",
"cypress-axe": "^1.0.0",
"eslint": "~9.14.0",
"eslint-plugin-cypress": "^4.0.0",
"eslint-plugin-security": "^3.0.0",
"globals": "^15.9.0",
"jquery": "^3.5.1",
"jsdom": "~25.0.0",
"json-stable-stringify-without-jsonify": "^1.0.1",
"mini-css-extract-plugin": "^2.1.0",
"mocha": "~11.0.0",
"node-sass": "^9.0.0",
"nodemon": "^3.0.1",
"postcss-loader": "^8.0.0",
"sass-loader": "^16.0.0",
"start-server-and-test": "^2.0.0",
"style-loader": "^4.0.0",
"webpack": "^5.35.0",
"webpack-cli": "^5.0.0"
},
"dependencies": {
"bootstrap": "^5.2.1",
"install": "^0.13.0",
"jquery": "^3.5.1",
"npm": "^10.0.0",
"popper.js": "^1.16.1",
"precss": "^4.0.0"
}
}