-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.12 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
{
"name": "@ice/lite-scaffold",
"version": "0.1.0",
"description": "a spa based on ice",
"dependencies": {
"@applint/spec": "^1.2.3",
"@formily/antd-v5": "^1.1.9",
"@formily/core": "^2.3.1",
"@formily/react": "^2.3.1",
"@ice/plugin-antd": "^1.0.2",
"@ice/runtime": "^1.1.3",
"antd": "^5.17.3",
"moment": "^2.30.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "^0.155.0"
},
"devDependencies": {
"@ice/app": "^3.0.0",
"@ice/plugin-auth": "^1.0.1",
"@types/node": "^18.11.17",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"eslint": "^8.35.0",
"eslint-config-standard-with-typescript": "^34.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"typescript": "^4.9.5"
},
"scripts": {
"start": "ice start",
"build": "ice build",
"lint": "eslint --ext .tsx src",
"lint:fix": "eslint \"src/**\" --fix"
},
"private": true,
"originTemplate": "@ice/lite-scaffold"
}