-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.26 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": "mugctl",
"version": "0.1.0",
"homepage": "https://zopieux.github.io/mugctl",
"private": true,
"dependencies": {
"@chakra-ui/react": "^2.7.1",
"@chakra-ui/theme": "^3.1.2",
"@chakra-ui/theme-tools": "^2.0.18",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@tabler/icons-react": "^2.4.0",
"@types/async": "^3.2.9",
"@types/react": "^18.2.15",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.2.7",
"@types/web-bluetooth": "^0.0.17",
"async": "^3.2.2",
"framer-motion": "^10.12.21",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"use-debouncy": "^4.2.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.45.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"globals": "^13.20.0",
"typescript": "^5.1.6"
},
"type": "module",
"scripts": {
"start": "BROWSER=none react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
"last 1 chrome version"
],
"development": [
"last 1 chrome version"
]
}
}