-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 1.03 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
{
"name": "starter-django-bootstrap-postgres",
"version": "0.0.1",
"description": "Start project for Django with Bootstrap and Postgres",
"main": "webpack.config.js",
"dependencies": {
"bootstrap": "^4.2.1",
"jquery": "^3.3.1",
"popper.js": "^1.14.6"
},
"devDependencies": {
"css-loader": "^2.1.0",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.11.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"sass-loader": "^7.1.0",
"uglifyjs-webpack-plugin": "^2.1.1",
"webpack": "^4.28.2",
"webpack-cli": "^3.1.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LondonAppDeveloper/starter-django-bootstrap-postgres.git"
},
"author": "London App Developer Ltd.",
"license": "MIT",
"bugs": {
"url": "https://github.com/LondonAppDeveloper/starter-django-bootstrap-postgres/issues"
},
"homepage": "https://github.com/LondonAppDeveloper/starter-django-bootstrap-postgres#readme"
}