-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 879 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
{
"name": "forward",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fullhuman/postcss-purgecss": "^6.0.0",
"@mui/material": "^5.15.16",
"locomotive-scroll": "^4.1.4",
"next": "14.2.3",
"nextjs-google-analytics": "^2.3.3",
"react": "^18",
"react-dom": "^18",
"react-locomotive-scroll": "^0.2.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.6",
"babel-jest": "^29.7.0",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"sass": "^1.76.0"
}
}