-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
55 lines (55 loc) · 1.41 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
{
"name": "podium-web",
"version": "1.0.0",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"dev": "PODIUM_API_BASE_URL=https://www.lingjiangtai.com/api/v1 next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"s2t": "node ./api-gen.js"
},
"dependencies": {
"@heroicons/react": "^1.0.1",
"@mdx-js/loader": "^2.1.5",
"@mdx-js/react": "^2.1.5",
"@next/mdx": "^13.0.5",
"@podpodium/common": "^1.0.0",
"axios": "^1.4.0",
"classnames": "^2.3.1",
"date-fns": "^2.22.1",
"mixpanel-browser": "^2.47.0",
"next": "12",
"nprogress": "^0.2.0",
"react": "latest",
"react-dom": "latest",
"react-icons": "^4.10.1",
"react-spinners": "^0.13.8",
"react-swipeable": "^6.1.2",
"recoil": "^0.3.1",
"rehype-img-size": "^1.0.1",
"remark-gfm": "^3.0.1",
"sharp": "^0.31.2",
"string-strip-html": "^13.4.1",
"tailwindcss": "^2.1.4",
"use-http": "^1.0.20"
},
"devDependencies": {
"@types/eslint": "^7",
"@types/mixpanel-browser": "^2",
"@types/node": "^20.3.1",
"@types/nprogress": "^0.2.0",
"@types/react": "17.0.9",
"@types/sharp": "^0",
"@types/wicg-mediasession": "^1.1.2",
"autoprefixer": "^10.2.6",
"eslint": "^7.32.0",
"eslint-config-next": "^11.1.0",
"postcss": "^8.3.0",
"typescript": "^4.9.3"
},
"packageManager": "[email protected]"
}