-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 895 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
35
{
"name": "super-fun",
"description": "Super Fun",
"version": "2.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint .",
"preview": "vite preview",
"format": "prettier --check .",
"tsc": "tsc"
},
"dependencies": {
"@epic-web/config": "^1.10.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"recoil": "0.7.7"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.0.0-alpha.28",
"@typescript-eslint/parser": "^8.0.0-alpha.28",
"@vitejs/plugin-react-swc": "^3.7.0",
"eslint": "^9.4.0",
"prettier": "^3.3.1",
"prettier-plugin-organize-imports": "^3.2.4",
"typescript": "^5.4.5",
"vite": "^5.2.13",
"vite-tsconfig-paths": "^4.3.2"
},
"author": "Justin Toman",
"license": "ISC"
}