-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 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": "@xn-sakina/usagi",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "xn dev",
"build": "xn build",
"fix": "prettier -c --write \"src/**/*.{ts,tsx}\""
},
"dependencies": {
"@arco-design/web-react": "^2.43.1",
"@types/lodash-es": "^4.17.6",
"ahooks": "^3.1.10",
"classnames": "^2.3.2",
"cropperjs": "^1.5.12",
"fabric": "^5.3.0",
"file-saver": "^2.0.5",
"framer-motion": "^6.2.8",
"lodash-es": "^4.17.21",
"normalize.css": "^8.0.1",
"react": "^17.0.2",
"react-colorful": "^5.6.1",
"react-cropper": "^2.1.8",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.1",
"styled-components": "6.0.0-beta.8"
},
"devDependencies": {
"@types/fabric": "^4.5.14",
"@types/file-saver": "^2.0.5",
"@types/node": "^16.0.0",
"@types/react": "^17.0.39",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "^5.3.3",
"@xn-sakina/meta": "^2.3.2",
"typescript": "^4.9.4"
},
"packageManager": "[email protected]"
}