-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.73 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.73 KB
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
{
"name": "nexsite",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"ana": "ANALYZE=true next build"
},
"dependencies": {
"@chakra-ui/next-js": "^2.1.5",
"@chakra-ui/react": "^2.8.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/ibm-plex-serif": "^4.5.12",
"@fontsource/sofia-sans-condensed": "^4.5.1",
"@mantine/carousel": "^7.1.3",
"@mantine/colors-generator": "^7.1.3",
"@mantine/core": "^7.1.3",
"@mantine/hooks": "^7.1.3",
"@mantine/modals": "^7.1.3",
"@mantine/vanilla-extract": "^7.1.3",
"@material-ui/icons": "^4.11.3",
"@tabler/icons-react": "^2.40.0",
"@types/node": "20.2.5",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@vanilla-extract/css": "^1.13.0",
"bootstrap": "^5.3.2",
"chroma-js": "^2.4.2",
"embla-carousel-react": "8.0.0-rc14",
"eslint": "8.42.0",
"eslint-config-next": "14.0.1",
"framer-motion": "^10.16.4",
"lexical": "^0.12.2",
"next": "14.0.1",
"next-image-export-optimizer": "^1.8.7",
"next-images": "^1.8.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"server-only": "^0.0.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.5.4",
"@nextcss/color-tools": "^1.0.7",
"@reduxjs/toolkit": "^1.9.7",
"@types/chroma-js": "^2.4.1",
"cross-env": "^7.0.3",
"escape-html": "^1.0.3",
"next-export-optimize-images": "^3.2.0",
"postcss": "^8.4.31",
"postcss-preset-mantine": "^1.9.0",
"postcss-simple-vars": "^7.0.1",
"qs": "^6.11.2",
"react-redux": "^8.1.3",
"sass": "^1.69.2",
"typescript": "5.1.3"
}
}