forked from sheadawson/silverstripe-shortcodable
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 754 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 754 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
{
"name": "base-package-json",
"description": "Base package json",
"scripts": {
"dev": "mix watch",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "mix --production -- --watch",
"production": "mix --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": {
"jquery": "^3.6.0"
},
"version": "1.0.0",
"main": "webpack.mix.js",
"keywords": []
}