-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 951 Bytes
/
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
{
"name": "tdesign-icons-omi",
"version": "0.0.12",
"description": "Cross framework icon collection based on tdesign design architecture and omi",
"scripts": {
"init": "git submodule init && git submodule update",
"gen": "node ./scripts/generate-icons.js",
"lint": "eslint 'scripts/**/*.{js,ts,tsx,jsx}' --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/omijs/tdesign-icons.git"
},
"author": "dntzhang",
"license": "MIT",
"bugs": {
"url": "https://github.com/omijs/tdesign-icons/issues"
},
"homepage": "https://github.com/omijs/tdesign-icons#readme",
"dependencies": {
"@babel/core": "^7.23.2",
"@babel/plugin-transform-react-jsx": "^7.22.15",
"omi": "latest"
},
"devDependencies": {
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.0.3"
}
}