-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1010 Bytes
/
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
{
"name": "heinotation",
"version": "1.0.4",
"description": "vue3 driven note rendering.",
"main": "lib/index.ts",
"module": "es/index.ts",
"files": [
"es",
"lib",
"README.md"
],
"homepage": "https://github.com/798714773/heinotation#readme",
"repository": "https://github.com/798714773/heinotation.git",
"author": "Cui",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview",
"build:pkg": "rollup -c"
},
"dependencies": {
"element-plus": "^1.0.2-beta.70",
"heinotation": "^1.0.3",
"vue": "^3.1.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.2.4",
"@vue/compiler-sfc": "^3.1.4",
"naive-ui": "^2.16.1",
"rollup": "^2.56.0",
"rollup-plugin-esbuild": "^4.5.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-vue": "^6.0.0",
"typescript": "^4.3.5",
"vite": "^2.4.1",
"vue-tsc": "^0.2.0"
}
}