-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 978 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
36
37
38
39
40
41
42
{
"proxy": "http://localhost:5001",
"name": "ito",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"test": "next build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@react-hook/intersection-observer": "^3.1.1",
"animejs": "^3.2.2",
"clsx": "^2.0.0",
"firebase": "^8.2.4",
"lodash": "^4.17.21",
"next": "^14.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^6.1.8"
},
"devDependencies": {
"@next/bundle-analyzer": "^10.0.5",
"@opentelemetry/api": "^1.8.0",
"@types/animejs": "^3.1.2",
"@types/lodash": "^4.14.168",
"@types/next": "^9.0.0",
"@types/node": "^20.12.2",
"@types/react": "^18.2.73",
"@types/styled-components": "^5.1.7",
"firebase-tools": "^9.2.2",
"typescript": "^5.4.3"
},
"prettier": {}
}