-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.39 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.39 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "php-vite-starter",
"description": "A modern vanilla PHP-Vite starter repo, utilizing vite-plugin-php",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"composer": "php ./bin/composer.phar"
},
"keywords": [
"php-vite-starter",
"vite",
"php",
"starter",
"template",
"tailwindcss",
"tailwind",
"typescript",
"auto-refresh",
"auto-reload",
"sass",
"scss",
"starter-repo",
"php-starter"
],
"readme": "README.md",
"license": "See MIT license in LICENSE",
"homepage": "https://github.com/nititech/php-vite-starter",
"repository": {
"type": "git",
"url": "https://github.com/nititech/php-vite-starter.git"
},
"bugs": {
"url": "https://github.com/nititech/php-vite-starter/issues",
"email": "mail@nititech.de"
},
"author": {
"name": "nititech",
"email": "mail@nititech.de",
"url": "https://nititech.de"
},
"devDependencies": {
"@prettier/plugin-php": "^0.22.4",
"@tailwindcss/vite": "^4.0.7",
"@types/node": "^22.13.4",
"prettier": "^3.5.1",
"sass": "^1.85.0",
"tailwindcss": "^4.0.7",
"typescript": "^5.7.3",
"vite": "^6.1.1",
"vite-imagetools": "^7.0.5",
"vite-plugin-ejs": "^1.7.0",
"vite-plugin-php": "^2.0.1",
"vite-plugin-static-copy": "^2.2.0",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.4"
},
"trustedDependencies": [
"@parcel/watcher"
]
}