generated from shuding/nextra-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
51 lines (51 loc) · 1.35 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
{
"name": "engreesi",
"version": "1.2.12",
"description": "English lessons from Engspire",
"packageManager": "pnpm@8.6.5",
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"export": "next export",
"serve": "next build && next export && firebase serve --only hosting",
"host": "next build && next export && firebase deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pivee/engreesi.git"
},
"author": "Shu Ding <g@shud.in>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pivee/engreesi/issues"
},
"homepage": "https://github.com/pivee/engreesi#readme",
"dependencies": {
"@vercel/analytics": "^1.1.1",
"axios": "^1.6.0",
"csv-parser": "^3.0.0",
"dotenv": "^16.3.1",
"next": "^13.0.6",
"@next/font": "13.1.0",
"next-pwa": "^5.6.0",
"nextra": "latest",
"nextra-theme-docs": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-h5-audio-player": "^3.9.0",
"react-player": "^2.13.0",
"sharp": "^0.32.6",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@types/node": "18.11.10",
"autoprefixer": "^10.4.16",
"daisyui": "^3.9.2",
"filenamify": "^6.0.0",
"openai": "^4.17.4",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3",
"typescript": "^4.9.3"
}
}