forked from coldbox-modules/cbdebugger
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 687 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 687 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
{
"private": true,
"devDependencies": {
"@babel/eslint-parser": "^7.18.2",
"@babel/preset-env": "^7.16.11",
"coldbox-elixir": "^4.0.0",
"copy-webpack-plugin": "^10.2.4",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-webpack-plugin": "^3.2.0",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@alpinejs/morph": "^3.9.6",
"alpinejs": "^3.9.6"
},
"scripts": {
"dev": "webpack --node-env development",
"watch": "npm run dev -- --watch",
"prod": "webpack --node-env production"
}
}