-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.48 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
{
"name": "cakephp4-vite",
"version": "1.0.0",
"description": "![Build Status](https://github.com/cakephp/app/actions/workflows/ci.yml/badge.svg?branch=master) [![Total Downloads](https://img.shields.io/packagist/dt/cakephp/app.svg?style=flat-square)](https://packagist.org/packages/cakephp/app) [![PHPStan](https://img.shields.io/badge/PHPStan-level%207-brightgreen.svg?style=flat-square)](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"
}
}