-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 2.87 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"_args": [
[
"/Users/apple/Documents/归毂智能科技/力邦制药/libang-cms"
]
],
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-CQ8AtJ3mzsNVbGfOKgJXuDwxWLCEM4eTvbv3cczkZgdy+XVg3TMZ4OIBfbeBPTjwG/t1VKUQ9x52exPmhdIWyQ==",
"_location": "/gg-editor",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "gg-editor",
"escapedName": "gg-editor",
"rawSpec": "1.3.3",
"saveSpec": null,
"fetchSpec": "1.3.3"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/gg-editor/-/gg-editor-1.3.3.tgz",
"_spec": "1.3.3",
"_where": "/Users/apple/Documents/归毂智能科技/力邦制药/libang-cms",
"author": {
"name": "高力",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/gaoli/GGEditor/issues"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@antv/g6-editor": "1.1.2-beta",
"lodash": "^4.17.10"
},
"description": "A visual graph editor based on G6 and React",
"devDependencies": {
"antd": "^3.8.0",
"autoprefixer": "^8.2.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.3",
"babel-loader": "^7.1.2",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.11",
"cz-conventional-changelog": "^2.1.0",
"eslint": "^4.12.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1",
"moment": "^2.22.2",
"postcss-loader": "^2.1.3",
"precss": "^3.1.2",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-router-dom": "^4.3.1",
"style-loader": "^0.20.3",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7"
},
"license": "MIT",
"main": "dist/bundle.js",
"name": "gg-editor",
"peerDependencies": {
"react": "^16.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jisao/editor-nodrag.git"
},
"scripts": {
"build": "NODE_ENV=production node --max_old_space_size=8192 ./node_modules/webpack/bin/webpack --config ./tools/webpack.config.prod.js --colors --profile --optimize-minimize",
"build:demo": "NODE_ENV=production node --max_old_space_size=8192 ./node_modules/webpack/bin/webpack --config ./tools/webpack.config.demo.prod.js --colors --profile --optimize-minimize",
"start": "webpack-dev-server --config ./tools/webpack.config.demo.dev.js --open",
"watch": "node --max_old_space_size=8192 ./node_modules/webpack/bin/webpack --config ./tools/webpack.config.dev.js --watch"
},
"version": "1.3.3"
}