-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.68 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.68 KB
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
{
"name": "conditional",
"version": "1.12.0",
"description": "CSH Re-evaluation (MEGA_EVALS RE:RE:LOADED)",
"license": "MIT",
"homepage": "http://csh.rit.edu/",
"repository": {
"type": "git",
"url": "git://github.com/ComputerScienceHouse/conditional.git"
},
"bugs": {
"url": "https://github.com/ComputerScienceHouse/conditional/issues"
},
"author": "Computer Science House",
"engines": {
"node": ">=10.23.0",
"npm": ">=6.14.8"
},
"scripts": {
"webpack": "webpack-cli",
"build": "npm run webpack && npm run scss && cp -r node_modules/bootstrap-icons/font/fonts conditional/static/css/fonts"
},
"dependencies": {
"@selectize/selectize": "^0.15.2",
"@sentry/browser": "10.22.0",
"bootstrap": "^3.4.1",
"bootstrap-material-datetimepicker": "https://github.com/T00rk/bootstrap-material-datetimepicker.git#gh-pages",
"bootstrap-sass": "^3.4.1",
"bootstrap-sweetalert": "^1.0.1",
"csh-material-bootstrap": "1.0.0",
"datatables.net": "^1.10.12",
"datatables.net-bs": "^1.10.12",
"dropzone": "^5.9.3",
"enumify": "^2.0.0",
"jquery": "^3.7.1",
"lodash": "4.17.21",
"reveal.js": "^5.2.1",
"simple-masonry": "1.0.5",
"whatwg-fetch": "^3.6.20"
},
"devDependencies": {
"@babel/core": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"babel-loader": "^10.0.0",
"bootstrap-icons": "^1.13.1",
"copy-webpack-plugin": "^13.0.1",
"css-loader": "^7.1.2",
"eslint-config-google": "^0.14.0",
"expose-loader": "^5.0.1",
"imports-loader": "^5.0.0",
"sass": "^1.93.3",
"sass-loader": "^16.0.6",
"style-loader": "^4.0.0",
"webpack": "^5.102.1",
"webpack-cli": "^6.0.1"
}
}