forked from sargant/dfyb.run
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) Β· 1.39 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
48
49
{
"name": "dfyb.run",
"version": "2.0.0",
"private": true,
"scripts": {
"start": "vercel dev",
"dev": "vite --host",
"check": "tsc && npm run lint",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"build": "tsc && vite build",
"serve": "vite preview",
"test": "jest",
"encrypt-certs": "ts-node tools/encrypt-certs.ts"
},
"dependencies": {
"@iconify-json/fa-brands": "^1.0.2",
"@iconify-json/fa-solid": "^1.0.2",
"@svgr/core": "^5.5.0",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.12",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"@vitejs/plugin-react": "^1.1.1",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-react": "^7.27.1",
"jest": "^27.4.3",
"passkit-generator": "^3.0.1",
"query-string": "^7.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-ga4": "^1.4.1",
"react-qr-code": "^2.0.3",
"react-router-dom": "^6.2.1",
"ts-jest": "^27.1.0",
"ts-node": "^10.4.0",
"typescript": "^4.5.2",
"unplugin-icons": "^0.12.23",
"vercel": "^23.1.2",
"vite": "^2.7.0",
"vite-plugin-windicss": "^1.5.4",
"windicss": "^3.2.1"
}
}