-
Notifications
You must be signed in to change notification settings - Fork 123
/
package.json
55 lines (55 loc) · 1.55 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
52
53
54
55
{
"name": "fabritor-web",
"version": "3.0.1",
"description": "fabritor-web",
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@emoji-mart/data": "^1.1.2",
"@emoji-mart/react": "^1.1.1",
"@ice/runtime": "^1.2.7",
"antd": "^5.11.0",
"cropperjs": "^1.6.1",
"dayjs": "^1.11.11",
"emoji-mart": "^5.5.2",
"fabric": "^5.3.0",
"fontfaceobserver": "^2.3.0",
"hotkeys-js": "^3.12.0",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.5.2",
"lodash-es": "^4.17.21",
"react": "^18.2.0",
"react-colors-beauty": "1.0.3",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.1",
"roughjs": "^4.6.6",
"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",
"surge": "^0.23.1",
"typescript": "^4.9.5"
},
"scripts": {
"start": "ice start --speedup",
"build": "ice build",
"surge": "yarn build && cd build && surge",
"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"
},
"license": "MIT",
"repository": "https://github.com/sleepy-zone/fabritor-web"
}