forked from Lydanne/bs-sql
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.04 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
{
"output": "dist",
"name": "Nextjs Template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 3000 --hostname 0.0.0.0",
"build": "next build",
"start": "next start --port 3000 --hostname 0.0.0.0",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@douyinfe/semi-foundation": "^2.43.2",
"@douyinfe/semi-icons": "^2.44.0",
"@douyinfe/semi-ui": "^2.43.2",
"@lark-base-open/js-sdk": "^0.3.8",
"alasql": "^4.1.9",
"date-fns": "^2.30.0",
"dayjs": "^1.11.10",
"exceljs": "^4.3.0",
"js-sql-parser": "^1.5.0",
"next": "^13.5.2",
"react": "^18.2.0",
"react-dom": "18.2.0",
"reset-css": "^5.0.1"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.5",
"@types/node": "20.4.0",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"eslint": "^8.44.0",
"eslint-config-next": "^13.4.9",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
}
}