-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
38 lines (38 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
{
"name": "@ant-design/dark-theme",
"version": "2.0.2",
"description": "Dark theme variables for Ant Design",
"main": "index.js",
"module": "index.js",
"homepage": "https://github.com/ant-design/ant-design-dark-theme",
"repository": {
"type": "git",
"url": "git+https://github.com/ant-design/ant-design-dark-theme.git"
},
"bugs": {
"url": "https://github.com/ant-design/ant-design-dark-theme/issues"
},
"peerDependencies": {
"antd": "^4.0.0"
},
"scripts": {
"tsc": "tsc",
"prepublishOnly": "npm run tsc",
"lint": "eslint . --ext .ts",
"lint:fix": "prettier --write '**/*.ts'",
"test": "npm run lint && npm run tsc"
},
"author": "afc163 <[email protected]>",
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.0.0",
"@typescript-eslint/parser": "^3.0.0",
"@types/node": "^14.0.1",
"antd": "^4.2.3",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-prettier": "^3.0.1",
"prettier": "^2.0.1",
"typescript": "^3.4.2"
}
}