-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.48 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.48 KB
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
{
"name": "cakephp4-vite",
"version": "1.0.0",
"description": " [](https://packagist.org/packages/cakephp/app) [](https://github.com/phpstan/phpstan)",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"build:watch": "pnpm run build -- --watch",
"server": "vite preview",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NaoyaMiyagawa/cakephp4-vite.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/NaoyaMiyagawa/cakephp4-vite/issues"
},
"homepage": "https://github.com/NaoyaMiyagawa/cakephp4-vite#readme",
"dependencies": {
"autoprefixer": "^10.4.2",
"glob": "^7.2.0",
"path": "^0.12.7",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.23",
"vite": "^2.8.4"
},
"devDependencies": {
"@types/glob": "^7.2.0",
"@types/node": "^17.0.19",
"@vitejs/plugin-vue": "^2.2.2",
"sass": "^1.49.9",
"vite-plugin-live-reload": "^2.1.0",
"vue": "^3.2.31"
}
}