-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.52 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
{
"name": "ivue-material-plus-playground",
"version": "1.0.0",
"description": "Ivue Material Plus Playground",
"keywords": [
"ivue-material",
"ivue-material-plus",
"playground",
"repl"
],
"license": "MIT",
"scripts": {
"serve": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@vue/repl": "1.3.2",
"@vueuse/core": "^9.3.1",
"compare-versions": "^5.0.1",
"ivue-material-plus": "^0.1.7",
"vue": "3.2.41"
},
"devDependencies": {
"@types/node": "^18.11.4",
"@types/prettier": "^2.7.1",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"@unocss/transformer-directives": "^0.45.30",
"@vitejs/plugin-vue": "^3.1.2",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/runtime-core": "3.2.41",
"@vue/tsconfig": "0.1.3",
"babel-eslint": "^10.1.0",
"bumpp": "^8.2.1",
"eslint": "^6.7.2",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^7.0.0",
"local-pkg": "^0.4.2",
"prettier": "^2.7.1",
"sass": "^1.55.0",
"typescript": "^4.8.4",
"unocss": "^0.45.29",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.8",
"vite": "^3.1.8",
"vite-plugin-inspect": "^0.7.5",
"vite-plugin-mkcert": "^1.10.1",
"vue-tsc": "1.0.8"
}
}