-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
164 lines (164 loc) · 4.8 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"name": "@nicepkg/vr360",
"version": "0.3.1",
"private": true,
"packageManager": "[email protected]",
"author": "yangjinming",
"description": "快速实现你的全景开发需求,全景看房、全景街景、全景景点",
"engines": {
"node": ">=14",
"pnpm": ">=7"
},
"scripts": {
"bootstrap": "pnpm i &&pnpm build:all",
"build": "esno ./scripts/build.ts",
"build:all": "turbo run build",
"build:ci": "pnpm i --store=node_modules/.pnpm-store --frozen-lockfile && turbo run build --no-cache",
"check-update": "esno ./scripts/check-update.ts",
"clean": "rimraf **/node_modules/**",
"commit": "git add . &&git-cz",
"lint": "pnpm lint:es &&pnpm lint:css",
"lint:change": "lint-staged",
"lint:css": "stylelint --aei --fix ./**/*.{vue,css,sass,scss,less,html} --cache --cache-location node_modules/.cache/stylelint/",
"lint:es": "eslint --fix . --ext .jsx,.js,.vue,.ts,.tsx",
"preinstall": "npx only-allow pnpm",
"prepare": "husky install",
"release": "esno ./scripts/release.ts",
"test": "pnpm run -r test"
},
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@types/eslint": "^8.4.6",
"@types/lodash-es": "^4.17.6",
"@types/node": "*",
"@types/prettier": "^2.7.1",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"@vue/eslint-config-typescript": "^11.0.2",
"bumpp": "^8.2.1",
"chalk": "4.1.2",
"commitizen": "^4.2.5",
"confusing-browser-globals": "^1.0.11",
"conventional-changelog-cli": "^2.2.2",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest-dom": "^4.0.2",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "7.31.7",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^5.7.0",
"eslint-plugin-vue": "^9.5.1",
"eslint-plugin-unicorn": "43.0.2",
"esno": "*",
"globby": "11.1.0",
"husky": "^8.0.1",
"ini": "^3.0.1",
"less": "^4.1.3",
"lint-staged": "^13.0.3",
"npm-check-updates": "^16.3.3",
"npm-run-all": "^4.1.5",
"ora": "6.1.2",
"plop": "^3.1.1",
"postcss": "^8.4.16",
"postcss-html": "^1.5.0",
"postcss-less": "^6.0.0",
"prettier": "^2.7.1",
"react": "*",
"rimraf": "^3.0.2",
"stylelint": "^14.13.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-recess-order": "^3.0.0",
"stylelint-config-recommended": "^9.0.0",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "^28.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.5.0",
"stylelint-less": "^1.0.6",
"stylelint-order": "^5.0.0",
"stylelint-prettier": "^2.0.0",
"turbo": "^1.5.4",
"typescript": "*"
},
"pnpm": {
"overrides": {
"@testing-library/dom": "8.18.1",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@types/node": "18.7.23",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/react-router-dom": "5.3.3",
"@vitejs/plugin-react": "2.1.0",
"concurrently": "7.4.0",
"conventional-changelog-cli": "2.2.2",
"esno": "0.16.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-router-dom": "6.3.0",
"typescript": "4.7.4",
"vite": "3.0.9",
"vitest": "0.23.4",
"vue-demi": "0.13.11"
},
"peerDependencyRules": {
"allowedVersions": {
"react": "17",
"react-dom": "17",
"typescript": "4.8"
}
},
"allowedDeprecatedVersions": {
"stable": "*",
"core-js": "*",
"mkdirp": "*",
"uuid": "*",
"querystring": "*",
"sane": "*",
"chokidar": "*",
"fsevents": "*",
"source-map-resolve": "*",
"source-map-url": "*",
"resolve-url": "*",
"urix": "*"
},
"packageExtensions": {
"stylelint-config-recommended-vue": {
"dependencies": {
"postcss-html": "^1.4.1"
}
},
"vue-template-compiler": {
"devDependencies": {
"vue": "^2.6.14"
},
"peerDependencies": {
"vue": "^2.6.14"
}
}
}
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}