-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.05 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": "zanderp25.com",
"version": "2.0",
"private": true,
"scripts": {
"dev": "next dev",
"lint": "next lint",
"build": "next build",
"prod": "next start",
"start": "next build; next start -p 2999"
},
"dependencies": {
"@tsparticles/engine": "^3.3.0",
"@tsparticles/preset-fireworks": "^3.0.2",
"@tsparticles/preset-snow": "^3.0.2",
"@tsparticles/react": "^3.0.0",
"canvas": "^2.11.2",
"dotenv": "^16.4.1",
"eslint-config-next": "^14.0.4",
"next": "^14.0.4",
"react": "^18.2.0",
"react-confetti-explosion": "^2.1.2",
"react-dom": "^18.2.0",
"react-use": "^17.4.0",
"semver": "^7.5.4",
"sharp": "^0.33.3",
"tsparticles": "^3.0.2",
"word-wrap": "^1.2.4"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.0.4",
"@types/node": "20.10.4",
"@types/react": "18.2.43",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "^8.27.0",
"eslint-plugin-react": "^7.31.11",
"typescript": "^5.3.3"
}
}