forked from oldroute/django-box-1
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
51 lines (51 loc) · 1.39 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
47
48
49
50
51
{
"name": "{{ project_name }}",
"version": "1.0.0",
"description": "{{ project_name }}",
"main": "index.js",
"scripts": {
"build": "webpack --mode production",
"watch": "webpack --watch"
},
"repository": {
"type": "git"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"babel-loader": "^8.0.4",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.0",
"file-loader": "^2.0.0",
"filemanager-webpack-plugin": "^2.0.5",
"html-critical-webpack-plugin": "^2.1.0",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^4.6.0",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"path": "^0.12.7",
"postcss-loader": "^3.0.0",
"rename-webpack-plugin": "^2.0.0",
"replace-hash-in-file-webpack-plugin": "^1.0.8",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"terser-webpack-plugin": "^1.2.3",
"webpack": "^4.19.1",
"webpack-cli": "^3.1.0"
},
"dependencies": {
"autoprefixer": "^9.5.1",
"jquery": "^3.3.1",
"jquery-placeholder": "^2.3.1",
"jquery.maskedinput": "^1.4.1",
"magnific-popup": "^1.1.0",
"remove-files-webpack-plugin": "^1.1.3",
"slick-carousel": "^1.8.1",
"tokenizer": "^1.1.2",
"url-loader": "^1.1.2"
}
}