-
Notifications
You must be signed in to change notification settings - Fork 215
/
package.json
74 lines (74 loc) · 2.38 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "element-china-area-data",
"private": false,
"version": "6.1.0",
"main": "./dist/element-china-area-data.cjs",
"module": "./dist/element-china-area-data.mjs",
"types": "./dist/element-china-area-data.d.ts",
"exports": {
".": {
"require": "./dist/element-china-area-data.cjs",
"import": "./dist/element-china-area-data.mjs",
"types": "./dist/element-china-area-data.d.ts"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/Plortinus/element-china-area-data.git"
},
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build && dts-bundle-generator --config ./dts-bundle-generator.config.ts",
"test": "vitest",
"test:coverage": "vitest --coverage",
"lint:scripts": "eslint . --ext .ts",
"lint:styles": "stylelint ./**/*.{css,scss}",
"format:scripts": "prettier . --write",
"format:styles": "stylelint ./**/*.{css,scss} --fix",
"format": "npm run format:scripts && npm run format:styles",
"prepare": "husky install && husky set .husky/pre-commit 'npx lint-staged' && git add .husky/pre-commit",
"uninstall-husky": "npm uninstall husky --no-save && git config --unset core.hooksPath && npx rimraf .husky"
},
"keywords": [
"element",
"elementui",
"element-ui",
"vue",
"省市区",
"级联"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/Plortinus/element-china-area-data/issues"
},
"homepage": "https://github.com/Plortinus/element-china-area-data#readme",
"dependencies": {
"china-division": "^2.7.0"
},
"devDependencies": {
"@types/jsdom": "^20.0.1",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"@vitest/coverage-c8": "^0.29.8",
"dts-bundle-generator": "^7.1.0",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"postcss": "^8.4.21",
"postcss-scss": "^4.0.6",
"prettier": "^2.8.3",
"stylelint": "^14.16.1",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recommended": "^9.0.0",
"stylelint-config-sass-guidelines": "^9.0.1",
"stylelint-prettier": "^3.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"vite": "^4.0.4",
"vitest": "^0.29.8"
}
}