-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.16 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
64
65
66
67
68
69
{
"name": "edsheet",
"version": "1.0.0",
"description": "editable table component, supported react and vue",
"main": "index.js",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/JE-lee/worktable.git"
},
"scripts": {
"build": "pnpm --filter \"./packages/*\" -r run build",
"docs:build": "pnpm --filter \"./packages/*\" --parallel run docs:build",
"clean": "pnpm --filter \"./packages/*\" --parallel clean",
"lint": "pnpm --filter \"./packages/*\" --parallel lint",
"test": "pnpm --filter \"./packages/*\" --parallel test",
"dev:element-ui": "pnpm --filter @edsheet/element-ui run docs:dev",
"ci:publish": "pnpm publish -r -no-git-checks",
"version": "npx changeset version",
"download cypress": "https://registry.npmmirror.com/-/binary/cypress/12.9.0/darwin-x64/cypress.zip",
"install cypress": "CYPRESS_INSTALL_BINARY=~/Downloads/cypress.zip && npm install cypress@12.9.0"
},
"keywords": [
"formily",
"inline",
"editable",
"table",
"element-ui",
"ant-design-vue"
],
"author": "jelee",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/eslint-parser": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@changesets/cli": "^2.26.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^10.0.1",
"@types/jest": "^29.2.3",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"babel-jest": "^29.3.1",
"concurrently": "^7.6.0",
"cypress": "12.9.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.9.0",
"jest": "^29.3.1",
"prettier": "^2.8.0",
"rimraf": "^3.0.2",
"rollup": "^3.6.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-scss": "^4.0.0",
"sass": "^1.60.0",
"ts-node": "^10.9.1",
"tsc-alias": "^1.8.5",
"tslib": "^2.5.0",
"typescript": "^4.9.3",
"vite": "^4.2.1"
},
"engines": {
"node": ">17.0"
}
}