-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 905 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
{
"name": "sleepygallows",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build ",
"start": "next start",
"test": "jest",
"test:watch": "jest --watch",
"lint": "next lint"
},
"dependencies": {
"@lottiefiles/dotlottie-react": "^0.9.3",
"next": "^14.2.5",
"react": "^18",
"react-dom": "^18",
"react-photo-album": "^2.3.0",
"react-responsive": "^9.0.2",
"sharp": "^0.33.5",
"ts-node": "^10.9.2",
"yet-another-react-lightbox": "^3.15.6"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@types/node": "20.14.12",
"@types/react": "18.3.3",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"jest-environment-jsdom": "^29.7.0",
"sass": "^1.69.5",
"ts-jest": "^29.2.4"
}
}