-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.31 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
{
"name": "django-clock",
"version": "2.1.1",
"main": "webpack/webpack.config.js",
"repository": "[email protected]:mimischi/django-clock",
"author": "Michael Gecht <[email protected]>",
"license": "MIT",
"scripts": {
"build": "webpack --config webpack/webpack.dev.js --progress --colors",
"watch": "nodemon --watch webpack/webpack.dev.js --watch webpack/webpack.common.js --exec \"webpack --config webpack/webpack.dev.js --colors --watch\"",
"prod": "webpack --config webpack/webpack.prod.js --progress --colors"
},
"devDependencies": {
"bootstrap": "^3.3.7",
"bootstrap-select": "^1.12.4",
"clean-webpack-plugin": "^0.1.17",
"css-loader": "^0.28.7",
"datatables.net": "^1.10.16",
"datatables.net-bs": "^1.10.16",
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
"expose-loader": "^0.7.3",
"file-loader": "^1.1.5",
"font-awesome": "^4.7.0",
"holderjs": "^2.9.4",
"inline-source-map": "^0.6.2",
"jquery": "^3.3.1",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"moment": "2.21.0",
"nodemon": "^1.12.1",
"style-loader": "^0.19.0",
"uglifyjs-webpack-plugin": "^1.0.1",
"url-loader": "^0.6.2",
"webpack": "^3.8.1",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-bundle-tracker": "^0.2.0",
"webpack-merge": "^4.1.1"
}
}