-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1022 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 1022 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
27
28
29
30
31
32
33
{
"name": "simpler-silverstripe-package-json",
"description": "Simpler Silverstripe package json",
"scripts": {
"dev": "mix watch && mix --mix-config=webpack.mix.modal.js watch",
"development": "mix && mix --mix-config=webpack.mix.modal.js",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "mix --production && mix --mix-config=webpack.mix.modal.js --production",
"production": "mix --production && mix --mix-config=webpack.mix.modal.js --production"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.0.0-0",
"@babel/preset-react": "^7.12.5",
"laravel-mix": "^6.0.11",
"postcss": "^8.1",
"resolve-url-loader": "^3.1.2",
"sass": "^1.32.13",
"sass-loader": "^11.0.1",
"webpack": "^5.0.0"
},
"dependencies": {
"bootstrap": "^5.3",
"@popperjs/core": "^2.11",
"vue": "^3.4"
},
"version": "1.0.0",
"main": "webpack.mix.js",
"keywords": []
}