-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
73 lines (73 loc) · 1.94 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
65
66
67
68
69
70
71
72
73
{
"name": "motionime",
"version": "0.1.0",
"private": true,
"dependencies": {
"@radix-ui/react-accordion": "1.1.2",
"@radix-ui/react-popover": "1.0.7",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/react-tooltip": "^4.2.4",
"@types/swiper": "^6.0.0",
"aos": "^2.3.4",
"axios": "^1.5.0",
"framer-motion": "^10.16.0",
"next": "^14.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-parallax-tilt": "^1.7.162",
"react-particles": "^2.12.2",
"react-simple-typewriter": "^5.0.1",
"react-tabs": "^6.0.2",
"react-toastify": "^9.1.3",
"react-tooltip": "^5.26.4",
"swiper": "^11.1.1",
"tailwind-merge": "^2.2.1",
"tsparticles": "^3.3.0",
"uuid": "^9.0.1",
"web-vitals": "^2.1.4",
"zustand": "^4.5.2"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint",
"prepare": "husky",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.1",
"@testing-library/dom": "^10.0.0",
"@types/aos": "^3.0.7",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.19",
"eslint": "^8.0.0",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"file-loader": "^6.2.0",
"husky": "^9.0.10",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"webpack": "^5.91.0"
}
}