-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.56 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.56 KB
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
{
"name": "hextech-cli",
"version": "1.0.0",
"description": "based on the latest Tooling Vite for dev and production",
"main": "./dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prettier": "prettier --write ./src/**",
"dev": "tsc --watch",
"build": "tsc"
},
"bin": {
"hex": "./bin/index.js"
},
"types": "/types/index.d.ts",
"keywords": [
"vite",
"cli",
"typescript"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/preset-env": "^7.12.16",
"@types/babel__core": "^7.1.12",
"@types/node": "^14.14.28",
"@vue/compiler-sfc": "^3.0.5",
"core-js": "^3.8.3",
"eslint": "^7.20.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"mockjs": "^1.1.0",
"prettier": "^2.3.2",
"ts-node": "^9.1.1",
"tsc-watch": "^4.5.0",
"typescript": "^4.1.5",
"vite-plugin-style-import": "^0.7.3"
},
"dependencies": {
"@rollup/plugin-babel": "^5.3.0",
"@types/metalsmith": "^2.3.0",
"@vitejs/plugin-legacy": "^1.3.1",
"@vitejs/plugin-vue": "^1.1.4",
"@xsyx/brick-filter": "^0.2.34",
"axios": "^0.21.1",
"commander": "^7.1.0",
"consolidate": "^0.16.0",
"download-git-repo": "^3.0.2",
"ejs": "^3.1.6",
"fs-extra": "^9.1.0",
"ini": "^2.0.0",
"inquirer": "^7.3.3",
"lodash-es": "^4.17.21",
"metalsmith": "^2.3.0",
"ora": "^5.3.0",
"shelljs": "^0.8.4",
"util": "^0.12.3",
"vite": "^2.4.4",
"vite-plugin-mock": "^2.1.4"
}
}