-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.73 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "egorshar",
"version": "2.0.0",
"description": "home page",
"main": "next.config.js",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"start": "next start",
"build": "next build",
"export": "next export",
"analyze": "cross-env BUNDLE_ANALYZE=browser next build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/egorshar/egorshar.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/egorshar/egorshar.github.io/issues"
},
"homepage": "https://github.com/egorshar/egorshar.github.io#readme",
"dependencies": {
"@formatjs/intl-localematcher": "^0.2.32",
"@react-spring/three": "^9.1.1",
"@react-three/drei": "^4.1.8",
"@react-three/fiber": "^6.0.14",
"lodash": "^4.17.21",
"negotiator": "^0.6.3",
"next": "^13.5.4",
"perfninja": "^1.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.4.0",
"telegraf": "^4.12.2",
"telegram": "^2.16.4",
"three": "^0.127.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.1",
"@types/gtag.js": "^0.0.12",
"@types/node": "20.1.0",
"@types/react": "18.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"autoprefixer": "^10.4.14",
"cross-env": "^6.0.3",
"cssnano": "^6.0.1",
"eslint": "^8.40.0",
"eslint-config-next": "^13.4.1",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4"
}
}