-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
52 lines (52 loc) · 1.84 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
{
"name": "symfony-vite-dev",
"version": "1.0.0",
"description": "",
"main": "vite.config.js",
"keywords": [],
"author": "Lhapaipai",
"license": "ISC",
"dependencies": {
"@small-tech/vite-plugin-sri": "^1.0.1",
"@symfony/ux-autocomplete": "file:extra/ux-assets/ux-autocomplete",
"@symfony/ux-chartjs": "file:extra/ux-assets/ux-chartjs",
"@symfony/ux-cropperjs": "file:extra/ux-assets/ux-cropperjs",
"@symfony/ux-dropzone": "file:extra/ux-assets/ux-dropzone",
"@symfony/ux-lazy-image": "file:extra/ux-assets/ux-lazy-image",
"@symfony/ux-live-component": "file:extra/ux-assets/ux-live-component",
"@symfony/ux-notify": "file:extra/ux-assets/ux-notify",
"@symfony/ux-react": "file:extra/ux-assets/ux-react",
"@symfony/ux-svelte": "file:extra/ux-assets/ux-svelte",
"@symfony/ux-swup": "file:extra/ux-assets/ux-swup",
"@symfony/ux-toggle-password": "file:extra/ux-assets/ux-toggle-password",
"@symfony/ux-translator": "file:extra/ux-assets/ux-translator",
"@symfony/ux-turbo": "file:extra/ux-assets/ux-turbo",
"@symfony/ux-typed": "file:extra/ux-assets/ux-typed",
"@symfony/ux-vue": "file:extra/ux-assets/ux-vue",
"@vitejs/plugin-legacy": "^5.4.2",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-vue": "^5.1.2",
"@vue/runtime-core": "^3.4.38",
"@vue/runtime-dom": "^3.4.38",
"concurrently": "^8.2.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"terser": "^5.31.6",
"vite": "^5.4.1",
"vite-plugin-inspect": "^0.8.5",
"vite-plugin-symfony": "workspace:*",
"vue": "^3.4.38"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@stimulus-components/color-picker": "^2.0.0",
"eslint": "^8.57.0",
"globals": "^15.9.0",
"sass": "^1.77.8",
"typescript": "5.5.4",
"typescript-eslint": "^8.1.0"
},
"volta": {
"node": "20.9.0"
}
}