-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.15 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
{
"name": "whats-my-password",
"version": "1.0.0",
"description": "Generate unique password for each website",
"packageManager": "pnpm@7.2.1",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build"
},
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@types/babel__core": "^7.1.19",
"@types/node": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"autoprefixer": "^10.2.6",
"eslint": "^8.20.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.7.1",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"typescript": "^4.7.4",
"vite": "^3.0.0",
"vite-plugin-solid": "^2.3.0",
"vite-plugin-windicss": "^1.8.7",
"windicss": "^3.5.6",
"workbox-window": "^6.5.3"
},
"dependencies": {
"solid-app-router": "^0.4.1",
"solid-icons": "^0.5.0",
"solid-js": "^1.4.7",
"solid-toast": "^0.3.2",
"vite-plugin-pwa": "^0.12.3"
}
}