-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.3 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
{
"name": "@jankx/post-layout",
"version": "1.0.0",
"description": "My webpack project",
"post-layout": "assets/src/post-layout.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch",
"build": "run-p build:*",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production --node-env=production",
"serve": "webpack serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jankx/post-layout.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jankx/post-layout/issues"
},
"homepage": "https://github.com/jankx/post-layout#readme",
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@webpack-cli/generators": "^3.0.1",
"babel-loader": "^9.1.2",
"css-loader": "^6.7.3",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.7.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.4",
"sass": "^1.61.0",
"sass-loader": "^11.1.1",
"style-loader": "^3.3.1",
"webpack": "^5.78.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1",
"workbox-webpack-plugin": "^6.5.4"
},
"dependencies": {
"embla-carousel": "^8.1.6",
"terser-webpack-plugin": "^5.3.7"
}
}