This repository was archived by the owner on Jan 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.42 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.42 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
{
"name": "django-de",
"version": "1.0.0",
"author": "",
"description": "",
"homepage": "https://github.com/django-de/django-de-v4#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/django-de/django-de-v4.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/django-de/django-de-v4/issues"
},
"main": "base.js",
"browserslist": "last 2 versions",
"scripts": {
"watch-css": "webpack --env.NODE_ENV=development --env.CSS=1",
"watch-js": "webpack --env.NODE_ENV=development --env.JS=1",
"watch": "concurrently --kill-others \"npm run watch-js\" \"npm run watch-css\"",
"build-css": "webpack --env.NODE_ENV=production --env.CSS=1 -p",
"build-js": "webpack --env.NODE_ENV=production --env.JS=1 -p",
"build": "npm run build-css && npm run build-js",
"postinstall": "npm run build"
},
"dependencies": {
"@babel/core": "^7.0.0-beta.52",
"@babel/preset-env": "^7.0.0-beta.52",
"babel-loader": "^8.0.0-beta.4",
"bootstrap": "^4.1.1",
"concurrently": "^3.6.0",
"css-loader": "^0.28.11",
"cssnano": "^3.10.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"jquery": "^3.3.1",
"node-sass": "^4.9.2",
"popper.js": "^1.14.3",
"postcss-loader": "^2.1.5",
"sass-loader": "^6.0.7",
"simple-line-icons": "^2.4.1",
"tether": "^1.4.4",
"webpack": "^3.12.0"
},
"devDependencies": {}
}