-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathpackage.json
78 lines (78 loc) · 2.12 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
70
71
72
73
74
75
76
77
78
{
"name": "schema-based-json-editor",
"private": true,
"description": "A reactjs and vuejs component of schema based json editor.",
"scripts": {
"build": "clean-scripts build",
"dev": "cross-env NODE_ENV=development clean-scripts build",
"lint": "clean-scripts lint",
"test": "clean-scripts test",
"fix": "clean-scripts fix",
"watch": "clean-scripts watch",
"release": "clean-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/plantain-00/schema-based-json-editor.git"
},
"keywords": [
"json",
"schema",
"vue",
"react"
],
"author": "York Yao",
"license": "MIT",
"bugs": {
"url": "https://github.com/plantain-00/schema-based-json-editor/issues"
},
"workspaces": [
"packages/*"
],
"typeCoverage": {
"atLeast": 91.12
},
"homepage": "https://github.com/plantain-00/schema-based-json-editor#readme",
"dependencies": {},
"devDependencies": {
"@blueprintjs/core": "3.50.2",
"@rollup/plugin-commonjs": "20.0.0",
"@rollup/plugin-node-resolve": "13.0.5",
"@types/react": "17.0.24",
"@types/react-dom": "17.0.9",
"@types/webpack": "5.28.0",
"@typescript-eslint/eslint-plugin": "4.31.2",
"@typescript-eslint/parser": "4.31.2",
"antd": "4.16.13",
"ava": "3.15.0",
"bootstrap": "5.1.1",
"bootstrap-icons": "1.5.0",
"clean-release": "2.15.2",
"clean-scripts": "1.20.1",
"cpy-cli": "3.1.1",
"cross-env": "7.0.3",
"dragula": "3.7.3",
"element-ui": "2.15.6",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-plantain": "1.1.0",
"file2variable-cli": "2.0.1",
"font-awesome": "4.7.0",
"github-fork-ribbon-css": "0.2.3",
"highlight.js": "11.2.0",
"iview": "3.5.4",
"markdown-it": "12.2.0",
"markdownlint-cli": "0.28.1",
"no-unused-export": "1.14.2",
"rev-static": "3.6.0",
"rimraf": "3.0.2",
"rollup": "2.57.0",
"rollup-plugin-uglify": "6.0.4",
"ts-loader": "9.2.6",
"ts-node": "10.2.1",
"type-coverage": "2.18.2",
"typescript": "4.4.3",
"webpack": "5.54.0",
"webpack-cli": "4.8.0"
}
}