-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.32 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
{
"private": true,
"scripts": {
"init": "npx pnpm@6 i --shamefully-hoist",
"dev": "dumi dev",
"start": "dumi dev",
"build": "npm run clean:build && turbo run build",
"build:docs": "dumi build",
"clean:build": "rimraf ./packages/*/lib ./packages/*/es",
"icon": "node ./scripts/createIcon.js",
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
"release": "changeset publish"
},
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16",
"react-router-dom": ">=5"
},
"dependencies": {
"@babel/runtime": "^7.13.10",
"@fexd/tools": "^0.1.0",
"@types/react": "^16.12.0",
"antd": "4.24.10",
"ahooks": "^3",
"react": "^16.12.0",
"react-window": "^1.8.9"
},
"devDependencies": {
"@changesets/cli": "^2.23.0",
"@iconify/json": "^2.0.9",
"@umijs/utils": "^3.5.20",
"babel-plugin-import": "^1.13.3",
"dumi": "^1.1.10",
"father": "^4.1.6",
"prettier": "^1.19.1",
"turbo": "1.2.14",
"rimraf": "^3.0.2"
},
"eslintConfig": {
"extends": "eslint:recommended"
},
"resolutions": {
"@types/react": "^16.14.2"
},
"homepage": "https://github.com/fexd-team/icons",
"repository": {
"type": "git",
"url": "https://github.com/fexd-team/icons.git"
},
"author": "fexd-team",
"license": "ISC"
}