-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.75 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
63
64
{
"name": "my-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"prepare": "husky install",
"test": "jest --passWithNoTests",
"commit": "cz"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mdx-js/loader": "^2.1.0",
"@mdx-js/react": "^2.1.0",
"@motionone/utils": "^10.15.1",
"@mui/icons-material": "^5.11.9",
"@mui/material": "^5.11.10",
"@next/mdx": "^12.1.0",
"@types/lodash-es": "^4.17.6",
"antd": "^4.19.2",
"classnames": "^2.3.1",
"framer-motion": "^10.0.0",
"i18next": "^21.9.1",
"i18next-browser-languagedetector": "^6.1.5",
"install": "^0.13.0",
"lodash-es": "^4.17.21",
"next": "13.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^11.18.4",
"react-icons": "^4.3.1",
"swiper": "^9.1.0",
"three": "0.146.0"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
"@types/node": "17.0.21",
"@types/react": "17.0.41",
"autoprefixer": "^10.0.2",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "8.11.0",
"eslint-config-next": "13.2.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"jest": "^27.5.1",
"lint-staged": "^12.3.7",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.1",
"sass": "^1.49.9",
"tailwindcss": "^3.2.7",
"typescript": "4.6.2"
}
}