-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (55 loc) · 1.32 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": "peintre",
"type": "module",
"version": "0.0.2",
"author": "OceanPresent <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/OceanPresentChao/Peintre2",
"repository": {
"type": "git",
"url": "https://github.com/OceanPresentChao/Peintre2.git"
},
"keywords": [
"oceanpresent"
],
"main": "./dist/peintre.umd.js",
"module": "./dist/peintre.es.js",
"files": [
"dist"
],
"typings": "./dist/typings/index.d.ts",
"scripts": {
"dev": "vite playground",
"build": "vite build .",
"preview": "vite preview --port 5050",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"nanoid": "^4.0.0",
"vue": "^3.2.45",
"vuedraggable": "^4.1.0"
},
"peerDependencies": {
"vue": "^3.2.45",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.2",
"@iconify/vue": "^3.2.1",
"@types/lodash": "^4.14.191",
"@types/node": "^16.18.11",
"@vitejs/plugin-vue": "^2.3.4",
"@vue/tsconfig": "^0.1.3",
"autoprefixer": "^10.4.13",
"consola": "^2.15.3",
"eslint": "^8.31.0",
"lodash": "^4.17.21",
"typescript": "~4.5.5",
"vite": "^2.9.15",
"vite-plugin-dts": "^3.9.1",
"vue-tsc": "^0.31.4",
"vue": "^3.2.45"
}
}