-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.07 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
{
"name": "cakephp-file-pool",
"version": "0.3.2",
"description": "FilePool plugin for CakePHP",
"main": "./webroot_src/main.ts",
"repository": "https://github.com/passchn/file-pool",
"author": "[email protected]",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@vueuse/core": "^10.5.0",
"axios": "^1.3.5",
"vue": "^3.3.7"
},
"devDependencies": {
"@vitejs/plugin-legacy": "^4.0.1",
"@vitejs/plugin-vue": "^4.1.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"sass": "^1.58.3",
"tailwindcss": "^3.2.7",
"terser": "^5.16.6",
"typescript": "^5.2.2",
"vite": "^4.1.0"
}
}