-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 883 Bytes
/
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
{
"name": "sfc-assist",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@radix-ui/react-popover": "^1.0.5",
"@radix-ui/react-select": "^1.2.1",
"@radix-ui/react-toggle-group": "^1.0.3",
"@stitches/react": "^1.2.8",
"jotai": "^1.8.4",
"next": "^12.3.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-use": "^17.4.0",
"swr": "^1.3.0"
},
"devDependencies": {
"@types/node": "16.11.10",
"@types/react": "17.0.37",
"eslint": "7",
"eslint-config-next": "12.0.4",
"eslint-config-prettier": "^8.3.0",
"prettier": "^2.5.0",
"typescript": "4.5.2"
}
}