-
-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathpackage.json
67 lines (67 loc) · 2.12 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
{
"version": "0.8.0",
"name": "nova-file-manager",
"homepage": "https://github.com/oneduo/nova-file-manager",
"license": "MIT",
"files": [
"dist"
],
"main": "./dist/js/tool.umd.cjs",
"scripts": {
"dev": "NODE_ENV=development vite build --watch",
"build": "vite build",
"package": "npm run format && npm run lint && npm run build",
"check-format": "prettier --list-different 'resources/**/*.{css,js,vue,ts}'",
"format": "prettier --write 'resources/js/**/*.{css,js,vue,ts}'",
"lint": "eslint resources/js --fix --ext js,vue,ts"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@headlessui/vue": "^1.7.22",
"@heroicons/vue": "^2.0.18",
"@inertiajs/inertia": "^0.11.1",
"@inertiajs/inertia-vue3": "^0.6.0",
"@rollup/plugin-alias": "^5.1.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.9",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/lodash": "^4.17.9",
"@types/lodash-es": "^4.17.7",
"@types/vue-cropperjs": "^4.1.2",
"@types/wicg-file-system-access": "^2020.9.6",
"@vitejs/plugin-vue": "^4.6.2",
"@vue/eslint-config-typescript": "^11.0.3",
"autoprefixer": "^10.4.19",
"axios": "^1.6",
"babel-loader": "^9.1.3",
"copy-to-clipboard": "^3.3.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier-vue": "^5.0.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"eslint-plugin-vue": "^9.9.0",
"form-backend-validation": "^2.4.0",
"laravel-mix": "^6.0.41",
"laravel-nova-types": "^0.1.1",
"lodash": "^4.17.19",
"lodash-es": "^4.17.21",
"pinia": "^2.0.33",
"postcss": "^8.4.24",
"postcss-import": "^15.1.0",
"prettier": "^3.2.5",
"resumablejs": "^1.1.0",
"shepherd.js": "^11.2.0",
"tailwindcss": "^3.4.1",
"ts-loader": "^9.5.1",
"typescript": "^4.9.5",
"typescript-is": "^0.19.0",
"vite": "^5.4.8",
"vite-tsconfig-paths": "^4.2.3",
"vue": "^3.4.26",
"vue-cropperjs": "^5.0.0",
"vue-loader": "^17.4.2",
"vuedraggable": "^4.1.0",
"vuex": "^4.1.0"
}
}