-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.42 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.42 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
{
"name": "wave-solid",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build-tizen": "vite build",
"build-tizen-legacy": "vite build --config vite-legacy.config.ts",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@mbarzda/solid-i18next": "^1.4.1",
"@solid-primitives/i18n": "^2.0.1",
"@solid-primitives/storage": "^2.1.1",
"@solid-primitives/timer": "^1.3.7",
"@tabler/icons-solidjs": "^2.40.0",
"@thednp/solid-color-picker": "^0.0.7",
"@types/tizen-common-web": "^2.0.5",
"@types/tizen-tv-webapis": "^2.0.6",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vitejs/plugin-legacy": "^4.1.1",
"autoprefixer": "^10.4.16",
"axios": "^1.6.2",
"axios-cache-interceptor": "^1.3.2",
"eslint": "^8.52.0",
"i18next-http-backend": "^2.4.3",
"lodash": "^4.17.21",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"scroll-polyfill": "^1.0.1",
"solid-js": "^1.7.8",
"solid-spinner": "^0.2.0",
"solid-transition-group": "^0.2.3",
"tailwindcss": "^3.3.5",
"tizen-common-web": "^2.0.1",
"vidstack": "^1.5.5"
},
"devDependencies": {
"@types/lodash": "^4.14.200",
"i18next": "^23.8.2",
"oldie": "^1.3.0",
"postcss-preset-env": "^9.3.0",
"solid-i18n": "^1.1.0",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-plugin-solid": "^2.7.0"
}
}