forked from pikdonker/frosthaven-enhancement-calculator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 863 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
{
"private": true,
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
},
"devDependencies": {
"axios": "^1.3.4",
"cross-env": "^7.0",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.19",
"resolve-url-loader": "^3.1.0",
"sass": "^1.60.0",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.7.14"
},
"dependencies": {
"@babel/preset-react": "^7.18.6",
"bootstrap": "^4.6.2",
"react": "^18.2.0",
"react-bootstrap": "^1.6.6",
"react-dom": "^18.2.0"
},
"babel": {
"presets": [
[
"@babel/preset-react"
]
]
}
}