-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.18 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.18 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
{
"name": "concord-front",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "vite build",
"start": "vite"
},
"dependencies": {
"@solid-primitives/context": "^0.1.3",
"@solid-primitives/memo": "^1.1.4",
"@solidjs/router": "^0.6.0",
"@suid/icons-material": "^0.5.5",
"@suid/material": "^0.9.1",
"clsx": "^1.2.1",
"emoji-picker-react": "^4.4.7",
"keycloak-js": "^20.0.2",
"protobufjs": "^7.2.1",
"solid-js": "^1.6.7",
"type-fest": "^3.5.7",
"unicode-emoji": "^2.4.0"
},
"devDependencies": {
"@suid/vite-plugin": "^0.1.2",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"eslint": "^8.28.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-solid": "^0.8.0",
"prettier": "^2.7.1",
"typescript": "^5.0.0",
"vite": "^4.0.4",
"vite-plugin-solid": "2.5.0"
}
}