-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.27 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
{
"name": "pre-processor-layout",
"version": "1.0.0",
"description": "My web-layouts project template",
"main": "index.js",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack --mode development",
"start": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akb2/pre-processor-layout.git"
},
"author": "akb2",
"license": "ISC",
"bugs": {
"url": "https://github.com/akb2/pre-processor-layout/issues"
},
"homepage": "https://github.com/akb2/pre-processor-layout#readme",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"babel-loader": "^8.1.0",
"copy-webpack-plugin": "^6.1.0",
"css-loader": "^4.3.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-loader": "^1.3.0",
"html-webpack-plugin": "^4.4.1",
"mini-css-extract-plugin": "^0.11.2",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"pug-html-loader": "^1.1.5",
"sass": "^1.22.10",
"sass-loader": "^10.0.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-log": "^3.0.1"
},
"dependencies": {
"@babel/core": "^7.11.6",
"jquery": "^3.5.1"
}
}