-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
40 lines (40 loc) · 1023 Bytes
/
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
{
"name": "my_django_vue",
"version": "1.0.0",
"description": "An app to integrate Django and Vue.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"python",
"javascript",
"webpack",
"django"
],
"author": "michael bukachi",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@babel/runtime": "^7.3.4",
"axios": "^0.21.1",
"babel-loader": "^8.0.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"bootstrap-sass": "^3.4.1",
"css-loader": "^2.1.1",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"node-sass": "^4.13.1",
"sass-loader": "^6.0.5",
"style-loader": "^0.13.0",
"vue": "^2.6.8",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.8",
"webpack": "^4.29.6",
"webpack-bundle-tracker": "1.0.0",
"webpack-cli": "^3.2.3"
}
}