-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 958 Bytes
/
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
{
"name": "f2c-offline",
"version": "0.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"antd": "^5.20.5",
"classnames": "^2.5.1",
"color": "^3.1.2",
"file-saver": "^2.0.2",
"i18next": "^19.1.0",
"jszip": "^3.2.2",
"marked": "^0.8.0",
"prismjs": "^1.23.0",
"rc-input-number": "^9.2.0",
"rc-tooltip": "^6.2.0",
"react": "18",
"react-dom": "18",
"react-feather": "^2.0.3",
"react-i18next": "^15.0.1",
"zustand": "^4.3.7"
},
"scripts": {
"dev": "emp dev",
"build": "emp build",
"build:watch": "emp build --watch --serve",
"start": "emp serve",
"stat": "emp build --analyze",
"lint": "biome check . --fix"
},
"devDependencies": {
"@empjs/biome-config": "^0.4.2",
"@empjs/cli": "^3.0.1",
"@empjs/plugin-react": "^3.0.0",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.9"
}
}