forked from hug-sun/element3-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.39 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
{
"name": "element3-core",
"version": "0.0.8",
"description": "headless ui components library",
"main": "dist/element3-core.esm.js",
"module": "dist/element3-core.esm.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test-ct": "cypress open-ct",
"build": "rollup -c"
},
"files": [
"src",
"dist",
"types"
],
"gitHooks": {
"commit-msg": "node scripts/verifyCommit.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hug-sun/element3-core.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hug-sun/element3-core/issues"
},
"peerDependencies": {
"vue": "^3.0.11"
},
"homepage": "https://github.com/hug-sun/element3-core#readme",
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@cypress/vite-dev-server": "^1.2.7",
"@cypress/vue": "^3.0.1",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@vitejs/plugin-vue": "^1.2.2",
"@vue/babel-plugin-jsx": "^1.0.6",
"@vue/compiler-sfc": "^3.0.11",
"chalk": "^4.1.1",
"cypress": "^7.3.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.30.0",
"rollup-plugin-vue": "^6.0.0",
"typescript": "^4.2.4",
"vite": "^2.3.1",
"vue": "^3.0.11",
"yorkie": "^2.0.0"
}
}