-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.31 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.31 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
{
"name": "ideo-vector",
"version": "1.0.0",
"description": "Ideology with Vector.",
"packageManager": "pnpm@7.18.2",
"scripts": {
"start": "vite",
"dev": "cross-env DEV=true vite",
"preview": "vite preview",
"check": "tsc",
"build": "vite build"
},
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@types/babel__core": "^7.1.20",
"@types/gzip-js": "^0.3.3",
"@types/node": "^18.11.16",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"cross-env": "^7.0.3",
"eslint": "^8.30.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-solid": "^0.9.1",
"prettier": "^2.8.1",
"typescript": "^4.9.4",
"typescript-plugin-css-modules": "^4.1.1",
"vite": "^3.2.3",
"vite-plugin-solid": "^2.5.0",
"vite-plugin-windicss": "^1.8.10",
"windicss": "^3.5.6"
},
"dependencies": {
"@material/mwc-button": "^0.27.0",
"@material/mwc-icon-button": "^0.27.0",
"@solidjs/router": "^0.5.1",
"gzip-js": "^0.3.2",
"js-base64": "^3.7.3",
"solid-icons": "^1.0.4",
"solid-js": "^1.6.5",
"solid-toast": "^0.3.5"
}
}