-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.44 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
50
{
"name": "webtransport-playground",
"version": "0.1.0",
"license": "MIT",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"format": "eslint client --ext .ts,.tsx --fix",
"lint": "eslint client --ext .ts,.tsx"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/react": "^1.7.2",
"@chakra-ui/system": "^1.8.2",
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"framer-motion": "^5.5.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-location": "^3.3.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@types/dom-mediacapture-transform": "^0.1.2",
"@types/dom-webcodecs": "^0.1.3",
"@types/node": "^17.0.5",
"@types/node-os-utils": "^1.2.0",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/uuid": "^8.3.3",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vitejs/plugin-react": "^1.1.0",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"node-os-utils": "^1.3.6",
"prettier": "^2.5.0",
"prettier-plugin-organize-imports": "^2.3.4",
"typed-query-selector": "^2.6.1",
"typescript": "^4.5.2",
"vite": "^2.6.14"
}
}