-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 820 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 820 Bytes
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
{
"name": "captsteve.web",
"version": "1.0.6",
"scripts": {
"build": "npm-run-all --sequential generateProjectData javascript:* sass:* minifyGeneratedFiles",
"dev": "live-server",
"generateProjectData": "node webpack/node/getGeneratedProjectJson.js",
"minifyGeneratedFiles": "node webpack/node/minifyPublicFiles.js",
"javascript:main": "webpack --progress --profile --mode production",
"sass:main": "sass webpack/scss/main.scss ./assets/css/main.css"
},
"author": "Kurt Lourens",
"license": "ISC",
"devDependencies": {
"handlebars-webpack-plugin": "^2.2.1",
"live-server": "^1.2.1",
"minify": "^7.2.2",
"move-file": "^2.1.0",
"npm-run-all": "^4.1.5",
"rss-parser": "^3.12.0",
"sass": "^1.43.4",
"webpack": "^5.64.2",
"webpack-cli": "^4.9.1"
}
}