forked from madxnl/dodo-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.86 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
{
"name": "@madxnl/dodo-ui",
"version": "0.17.2",
"license": "ISC",
"description": "Dodo UI Framework for Vue.js",
"repository": {
"type": "git",
"url": "git+https://github.com/madxnl/dodo.git"
},
"author": "Doeke de Wolf",
"bugs": {
"url": "https://github.com/madxnl/dodo/issues"
},
"homepage": "https://github.com/madxnl/dodo#readme",
"files": [
"dist"
],
"main": "./dist/dodo-ui.umd.js",
"module": "./dist/dodo-ui.es.js",
"types": "./dist/types/index.d.ts",
"scripts": {
"dev": "vite",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage",
"check:test": "vitest run",
"check:lint": "eslint . --ext .js,.ts,.vue --max-warnings=0",
"check": "npm run check:lint && npm run check:test",
"build:docs": "vite build",
"build:npm": "vite build --config vite.npm.ts && vue-tsc --emitDeclarationOnly -p tsconfig.npm.json",
"build": "npm run build:npm && npm run build:docs",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@typescript-eslint/parser": "^5.29.0",
"vue": "^3.2.25"
},
"devDependencies": {
"@material-design-icons/font": "^0.11.2",
"@types/node": "^17.0.34",
"@types/prismjs": "^1.26.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/test-utils": "^2.0.0",
"c8": "^7.11.3",
"eslint": "^8.18.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.3",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.1.1",
"jsdom": "^20.0.0",
"prismjs": "^1.28.0",
"typescript": "^4.5.4",
"vite": "^2.9.9",
"vite-plugin-inspect": "^0.5.0",
"vitest": "^0.18.1",
"vue-docgen-api": "^4.46.0",
"vue-router": "^4.0.13",
"vue-tsc": "^0.34.7"
}
}