-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 925 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": "final-countdown",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://matiaspompilio.github.io/final-countdown",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --fix --ext .js,.jsx ."
},
"dependencies": {
"@fireworks-js/react": "^2.10.2",
"date-fns": "^2.29.3",
"fireworks-js": "^2.10.2",
"react": "^18.2.0",
"react-audio-player": "^0.17.0",
"react-confetti": "^6.1.0",
"react-dom": "^18.2.0",
"react-spotify-embed": "^2.0.3",
"react-use": "^17.4.0",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"@vitejs/plugin-react": "^2.2.0",
"eslint": "^8.26.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-react": "^7.31.10",
"react-is": "^18.2.0",
"vite": "^3.2.0"
}
}