-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 737 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 737 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
26
{
"private": true,
"devDependencies": {
"@babel/preset-env": "^7.16.11",
"babel-eslint": "^10.0.1",
"coldbox-elixir": "^4.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.1.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-vue": "^7.6.0",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"webpack-cli": "^4.10.0"
},
"scripts": {
"dev": "webpack --node-env development",
"watch": "npm run dev -- --watch",
"prod": "webpack --node-env production"
},
"dependencies": {
"@popperjs/core": "^2.11.5",
"alpinejs": "^3.12.0",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.8.3"
}
}