-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.02 KB
/
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
{
"private": true,
"author": "chr-ge",
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"@babel/preset-react": "^7.17.12",
"axios": "^0.27.2",
"bootstrap": "^4.6.1",
"cross-env": "^7.0.3",
"jquery": "^3.6.0",
"laravel-mix": "^6.0.43",
"lodash": "^4.17.21",
"popper.js": "^1.12",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"resolve-url-loader": "^2.3.1",
"sass": "^1.52.1",
"sass-loader": "^13.0.0"
},
"dependencies": {
"bootstrap-input-spinner": "^3.1.10",
"mapbox-gl": "^1.10.0",
"react-icons": "^4.3.1",
"react-star-rating-component": "^1.4.1",
"select2": "^4.0.13"
}
}