forked from ExpDev07/legacy-rp-admin-v3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 2.4 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.11.2",
"@inertiajs/inertia": "^0.1.9",
"@inertiajs/inertia-vue": "^0.1.4",
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/postcss7-compat": "^2.0.2",
"@tailwindcss/typography": "^0.3.1",
"@tailwindcss/ui": "^0.6.0",
"aos": "^2.3.4",
"autoprefixer": "^9.8.6",
"axios": "^0.21",
"cross-env": "^5.1",
"jquery": "^3.2",
"laravel-mix": "^4.0.7",
"lodash": "^4.17.13",
"moment": "^2.29.1",
"nprogress": "^0.2.0",
"popper.js": "^1.12",
"portal-vue": "^2.1.7",
"postcss": "^7.0.35",
"postcss-import": "^12.0.1",
"resolve-url-loader": "^2.3.1",
"sass": "^1.15.2",
"sass-loader": "^7.1.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.1.2",
"vue": "^2.5.17",
"vue-chartjs": "^3.5.1",
"vue-lottie": "^0.2.1",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"browser-notification": "^3.0.0",
"chart.js": "^2.9.4",
"highlight.js": "^11.3.1",
"leaflet": "^1.7.1",
"leaflet-fullscreen": "^1.0.2",
"leaflet-gesture-handling": "^1.2.1",
"leaflet-rotatedmarker": "^0.2.0",
"leaflet.heat": "^0.2.0",
"moment-duration-format": "^2.3.2",
"pako": "^2.0.4",
"rainbowvis.js": "^1.0.1",
"vue-chartjs-financial": "^1.0.1",
"vue-linkify": "^1.0.1",
"vue-search-select": "^2.9.4",
"vue-speedometer": "^1.8.0",
"vue-toastification": "^1.7.11",
"vue2-circle-progress": "^1.2.3"
}
}