-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 842 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 842 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": "cookiebar",
"description": "Restruct Silverstripe Cookiebar",
"author": "restruct",
"license": "MIT",
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "mix --production -- --watch",
"production": "mix --production"
},
"devDependencies": {
"@babel/preset-react": "^7.12.5",
"babel-loader": "^8.2.2",
"html-webpack-plugin": "^4.5.0",
"jquery": "^3.6.0",
"laravel-mix": "^6.0.13",
"postcss-loader": "^5.2.0",
"resolve-url-loader": "^3.1.2",
"sass": "^1.28.0",
"sass-loader": "^10.1.1",
"webpack": "^5.3.2"
},
"dependencies": {
"bootstrap": "^5.1.3",
"js-cookie": "^2.2.1"
},
"version": "1.0.0",
"main": "webpack.mix.js",
"keywords": []
}