-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.18 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
{
"name": "amw-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.3.1",
"@ant-design/nextjs-registry": "^1.0.0",
"@formatjs/intl-localematcher": "^0.5.4",
"antd": "^5.14.1",
"cookie": "^0.6.0",
"gray-matter": "^4.0.3",
"gsap": "^3.12.5",
"hast-util-to-jsx-runtime": "^2.3.0",
"js-cookie": "^3.0.5",
"mapbox-gl": "^3.1.2",
"marked": "^12.0.0",
"negotiator": "^0.6.3",
"next": "14.1.0",
"nextjs-google-analytics": "^2.3.3",
"react": "^18",
"react-dom": "^18",
"react-gsap": "^3.2.1",
"react-map-gl": "^7.1.7",
"rehype-react": "^8.0.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"remark-react": "^9.0.1",
"remark-rehype": "^11.1.0",
"unified": "^11.0.4"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/negotiator": "^0.6.3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"typescript": "^5"
}
}