-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.02 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
{
"name": "bee-icons",
"version": "1.0.26",
"private": true,
"description": "An original Icon Pool for your next project!",
"repository": {
"type": "git",
"url": "git+https://github.com/manuelsanchezweb/bee-icons.git"
},
"author": "Manuel Sánchez",
"bugs": {
"url": "https://github.com/manuelsanchezweb/bee-icons/issues"
},
"homepage": "https://github.com/manuelsanchezweb/bee-icons#readme",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"update": "npx npm-check-updates -u"
},
"dependencies": {
"@types/node": "20.11.27",
"@types/react": "18.2.65",
"@types/react-dom": "18.2.22",
"eslint": "8.57.0",
"eslint-config-next": "14.1.3",
"motion": "^10.17.0",
"next": "14.1.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"typescript": "5.4.2"
},
"devDependencies": {
"autoprefixer": "^10.4.18",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1"
}
}