forked from sleepy-zone/fabritor-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.08 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
{
"name": "fabritor-web",
"version": "1.0.0",
"description": "fabritor-web",
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@ice/runtime": "^1.2.7",
"antd": "^5.11.0",
"fabric": "^5.3.0",
"fontfaceobserver": "^2.3.0",
"lodash-es": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@applint/spec": "^1.2.3",
"@ice/app": "^3.3.0",
"@types/fabric": "^5.3.5",
"@types/fontfaceobserver": "^2.1.2",
"@types/node": "^18.11.17",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"eslint": "^8.35.0",
"stylelint": "^15.2.0",
"typescript": "^4.9.5"
},
"scripts": {
"start": "ice start --speedup",
"build": "ice build",
"eslint": "eslint ./src --cache --ext .js,.jsx,.ts,.tsx",
"eslint:fix": "npm run eslint -- --fix",
"stylelint": "stylelint \"src/**/*.{css,scss,less}\" --cache",
"stylelint:fix": "npm run stylelint -- --fix"
},
"publishConfig": {
"access": "public"
},
"repository": "[email protected]:ice-lab/react-materials.git"
}