-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.18 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
{
"name": "soundbored",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint src"
},
"dependencies": {
"@solid-primitives/pointer": "^0.2.11",
"@solid-primitives/reducer": "^0.0.101",
"@solid-primitives/resize-observer": "^2.0.15",
"assert": "^2.0.0",
"dexie": "^3.2.3",
"primeflex": "^3.3.0",
"solid-dexie": "^0.0.5",
"solid-icons": "^1.0.4",
"solid-js": "^1.7.3"
},
"devDependencies": {
"@types/assert": "^1.5.6",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"eslint": "^8.39.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-solid": "^0.9.4",
"eslint-plugin-tsdoc": "^0.2.17",
"postcss": "^8.4.23",
"postcss-nesting": "^10.2.0",
"prettier": "^2.8.8",
"typescript": "^5.0.4",
"vite": "^4.3.3",
"vite-plugin-checker": "^0.5.6",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-solid": "^2.7.0",
"vite-tsconfig-paths": "^4.2.0"
},
"postcss": {
"plugins": {
"postcss-nesting": {}
}
}
}