-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
71 lines (71 loc) · 2.5 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
62
63
64
65
66
67
68
69
70
71
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"build-analytics": "cd nova-components/Analytics && npm run dev",
"build-analytics-prod": "cd nova-components/Analytics && npm run prod",
"build-V4": "cd nova-components/V4 && npm run dev",
"build-V4-prod": "cd nova-components/V4 && npm run prod",
"build-ads": "cd nova-components/Ads && npm run dev",
"build-ads-prod": "cd nova-components/Ads && npm run prod",
"build-plist": "cd nova-components/Plist && npm run dev",
"build-plist-prod": "cd nova-components/Plist && npm run prod"
},
"devDependencies": {
"@inertiajs/inertia": "^0.11.0",
"@inertiajs/inertia-vue3": "^0.6.0",
"@inertiajs/progress": "^0.2.7",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.2",
"@vitejs/plugin-vue": "^3.0.0",
"@vitejs/plugin-vue-jsx": "^2.0.0",
"autoprefixer": "^10.4.7",
"axios": "^0.27.2",
"bladejs": "^1.0.3",
"body-scroll-lock": "^4.0.0-beta.0",
"bootstrap-sass": "^3.4.1",
"browserslist": "^4.19.1",
"caniuse-lite": "^1.0.30001292",
"chartist": "^0.11.0",
"chartist-plugin-tooltips": "^0.0.17",
"child-process-promise": "^2.2.1",
"command-line-args": "^5.2.0",
"cssnano": "^5.0.14",
"floating-vue": "^2.0.0-beta.19",
"framework7": "^6.3.12",
"framework7-icons": "^5.0.5",
"inflector-js": "^1.0.1",
"jquery": "^3.5.0",
"laravel-mix": "^6.0.39",
"laravel-vite-plugin": "^0.5.2",
"lodash": "^4.17.21",
"marked": "^4.0.8",
"mobile-pull-to-refresh": "^0.2.2",
"node-fetch": "^3.1.0",
"node-sass": "^7.0.0",
"postcss": "^8.4.14",
"postcss-import": "^14.0.2",
"pulltorefreshjs": "^0.1.22",
"resolve-url-loader": "^4.0.0",
"sass": "^1.45.1",
"sass-loader": "^12.4.0",
"scroll-lock": "^2.1.2",
"simple-plist": "^1.3.0",
"tailwindcss": "^3.1.0",
"umbrellajs": "^3.2.3",
"vite": "^3.0.4",
"vue": "^3.2.31",
"vue-loader": "^15.9.7",
"vue-picture-input": "^2.1.6",
"vue-simplemde": "^2.0.0",
"vue2-dropzone": "^3.6.0",
"vuex": "^3.1.1",
"vuex-map-fields": "^1.3.4"
},
"packageManager": "yarn@3.6.0",
"dependencies": {
"lozad": "^1.16.0"
}
}