-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.21 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
{
"name": "apda",
"version": "1.0.0",
"description": "Standings site for APDA",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js --progress --colors --mode development",
"watch": "webpack --config webpack.config.js --watch --mode development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MIT-Tab/black-rod.git"
},
"author": "Rodda John",
"license": "MIT",
"bugs": {
"url": "https://github.com/MIT-Tab/black-rod/issues"
},
"homepage": "https://github.com/MIT-Tab/black-rod#readme",
"devDependencies": {
"@babel/core": "^7.6.4",
"babel-loader": "^8.0.6",
"babel-preset-env": "^1.7.0",
"bootstrap-datepicker": "^1.9.0",
"css-loader": "^3.2.0",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"node-sass": "^4.12.0",
"postcss-loader": "^3.0.0",
"precss": "^4.0.0",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"webpack": "^4.41.2",
"webpack-bundle-tracker": "^0.4.3",
"webpack-cli": "^3.3.9"
},
"dependencies": {
"bootstrap": "^4.3.1",
"jquery": "^3.4.1",
"popper.js": "^1.16.1",
"select2": "^4.0.11"
}
}