-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.13 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.13 KB
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
{
"name": "pomodoro",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint",
"eslint:fix": "eslint --fix"
},
"dependencies": {
"firebase": "^9.6.8",
"framer-motion": "6.2.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-google-login": "5.2.2",
"react-timer-hook": "3.0.5",
"wouter": "2.8.0-alpha.2"
},
"devDependencies": {
"@types/react": "17.0.33",
"@types/react-dom": "17.0.10",
"@typescript-eslint/eslint-plugin": "5.10.1",
"@typescript-eslint/parser": "5.10.1",
"@vitejs/plugin-react": "1.0.7",
"autoprefixer": "10.4.2",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-config-standard": "16.0.3",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "5.2.0",
"eslint-plugin-react": "7.28.0",
"postcss": "8.4.5",
"prettier": "2.5.1",
"tailwindcss": "3.0.18",
"typescript": "4.4.4",
"vite": "2.7.2",
"vite-tsconfig-paths": "3.3.17"
},
"resolutions": {
"@types/react": "17.0.33"
}
}