-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (34 loc) · 891 Bytes
/
package.json
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
34
35
{
"name": "base-package-json",
"description": "Base package json",
"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"
},
"author": "restruct",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.0.0-0",
"@babel/preset-react": "^7.12.5",
"bootstrap-sass": "^3.4.1",
"css-loader": "^5.0.0",
"html-webpack-plugin": "^4.5.0",
"laravel-mix": "^6.0.11",
"postcss": "^8.2.5",
"resolve-url-loader": "^3.1.2",
"sass": "^1.28.0",
"sass-loader": "^10.0.5",
"webpack": "^5.3.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"reactstrap": "^9.0.0"
},
"dependencies": {},
"version": "1.0.0",
"main": "webpack.mix.js",
"keywords": []
}