-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 917 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
33
34
35
36
37
38
39
40
{
"name": "@yfwz100/vite-plugin-vue2-i18n",
"version": "1.0.0-6",
"main": "dist/index.js",
"files": [
"dist"
],
"author": "Zhi <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/yfwz100/vite-plugin-vue2-i18n.git"
},
"license": "MIT",
"keywords": [
"vite",
"vue2",
"vue-i18n"
],
"scripts": {
"build": "rimraf dist && tsc -p . --skipLibCheck",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"prepublishOnly": "run-s build changelog"
},
"peerDependencies": {
"vite": "^2.1.5 || ^3.0.5 || ^4.0.0"
},
"devDependencies": {
"conventional-changelog-cli": "^2.1.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"typescript": "^4.2.4",
"vite": "^4.0.0"
},
"prettier": {
"singleQuote": true,
"trailingComma": "all",
"printWidth": 80
}
}