-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.44 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
{
"name": "nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.17",
"@chakra-ui/react": "^2.4.6",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@fontsource/roboto": "^4.5.8",
"@mdx-js/loader": "^2.1.3",
"@mdx-js/react": "^2.1.3",
"@next/mdx": "^12.3.1",
"@pioneer-platform/pioneer-client": "8.1.29",
"@tanstack/react-table": "^8.7.0",
"axios": "^1.1.3",
"example-export-component": "^1.0.0",
"framer-motion": "^6",
"html-react-parser": "^3.0.4",
"import": "^0.0.6",
"next": "^12.3.0",
"next-sitemap": "^3.1.47",
"nextjs-google-analytics": "^2.2.2",
"platform-detect": "^3.0.1",
"popup-chat-react": "^1.0.5",
"react": "18.2.0",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-chat-popup": "^1.1.2",
"react-columns": "^1.2.1",
"react-dom": "18.2.0",
"react-gtm-module": "^2.0.11",
"react-table": "^7.8.0",
"react-tabs": "^6.0.0",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@types/node": "18.7.18",
"@types/react": "18.0.20",
"autoprefixer": "^10.4.11",
"eslint": "8.23.0",
"eslint-config-next": "12.3.0",
"postcss": "^8.4.16",
"sass": "^1.54.9",
"tailwindcss": "^3.1.8",
"typescript": "4.8.3"
}
}