-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.28 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
{
"name": "schedule",
"version": "1.0.0",
"engines": {
"node": "^13.1"
},
"homepage": "https://github.com/diemuzi/schedule",
"private": true,
"description": "Simple interface for creating work schedules.",
"repository": {
"type": "git",
"url": "https://github.com/diemuzi/schedule.git"
},
"author": "Sammie S. Taunton",
"bugs": {
"email": "[email protected]"
},
"license": "GNU",
"scripts": {
"build": "webpack",
"dev": "webpack && python schedule/manage.py collectstatic --no-input && python schedule/manage.py compress --force",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.1",
"@popperjs/core": "^2.4.2",
"blockui-npm": "^1.0.0",
"bootstrap": "^4.5.0",
"jquery": "^3.5.1",
"npm-check-updates": "^7.0.1",
"popper.js": "^1.16.1"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.6.0",
"file-loader": "^6.0.0",
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"remove-files-webpack-plugin": "^1.4.3",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^3.0.6",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
}
}