-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.56 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
{
"name": "chronium-website",
"version": "1.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start -p $PORT",
"postinstall": "fumadocs-mdx",
"cz": "cz",
"release": "standard-version && git push --follow-tags",
"cm": "clear && npm run cz"
},
"dependencies": {
"@base-ui-components/react": "^1.0.0-alpha.5",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource/roboto": "^5.1.1",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mui/icons-material": "^6.4.3",
"@mui/material": "^6.4.3",
"aos": "^2.3.4",
"framer-motion": "^12.1.0",
"fumadocs-core": "15.0.2",
"fumadocs-mdx": "11.4.1",
"fumadocs-ui": "15.0.2",
"lucide-react": "^0.474.0",
"next": "^15.1.7",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.3",
"@types/aos": "^3.0.7",
"@types/mdx": "^2.0.13",
"@types/node": "22.13.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8",
"eslint-config-next": "15.1.6",
"postcss": "^8.5.1",
"standard-version": "^9.5.0",
"tailwindcss": "^4.0.3",
"typescript": "^5.7.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}