-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.55 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
{
"name": "vfm-project",
"version": "1.0.0",
"private": true,
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "rm -rf node_modules/@types/react"
},
"author": "",
"license": "MIT",
"workspaces": [
"packages/*"
],
"type": "module",
"devDependencies": {
"@babel/core": "^7.17.7",
"@babel/eslint-parser": "^7.17.0",
"@babel/types": "^7.17.0",
"@types/hash-sum": "^1.0.0",
"@types/jest": "^27.5.2",
"@types/lodash-es": "^4.17.6",
"@types/node": "^17.0.21",
"@types/puppeteer": "^5.4.5",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"@vitejs/plugin-vue": "^2.2.4",
"@volar/vue-language-service": "^0.33.2",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.5.0",
"gh-pages": "^3.2.3",
"less": "^4.1.2",
"lodash-es": "^4.17.21",
"prettier": "^2.6.0",
"rollup": "^2.70.1",
"rollup-plugin-dts": "^4.2.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.2",
"rollup-plugin-vue": "^6.0.0",
"tsd": "^0.20.0",
"typedoc": "^0.23.6",
"typedoc-plugin-markdown": "^3.12.1",
"typescript": "^4.6.2",
"vite": "^2.8.6",
"vitest": "^0.10.5",
"vue": "^3.2.31",
"vue-docgen-cli": "^4.45.0",
"vue-eslint-parser": "^8.3.0",
"vue-tsc": "^0.37.3"
}
}