-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
131 lines (131 loc) · 3.67 KB
/
package.json
File metadata and controls
131 lines (131 loc) · 3.67 KB
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "react-image-design-editor",
"version": "0.0.1",
"description": "Component for react to design images",
"main": "dist/react-design-editor.min.js",
"typings": "lib/index.d.ts",
"files": [
"dist",
"lib"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run clean && webpack -p --config webpack.prod.js && typedoc",
"build:lib": "npm run tsc && webpack -p --config webpack.lib.js",
"start": "npm run start:dev",
"start:dev": "webpack-dev-server --config webpack.dev.js --inline",
"ghpages": "npm run build && node scripts/ghpages",
"deploy": "npm run build:lib && npm publish",
"lint": "npm run tsc",
"clean": "node scripts/clean",
"tsc": "tsc",
"typedoc": "typedoc",
"install": "npm install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/salgum1114/react-design-editor.git"
},
"keywords": [
"React.js",
"ant.design",
"fabric",
"react-design-editor",
"design-tool"
],
"author": "salgum1114",
"license": "MIT",
"bugs": {
"url": "https://github.com/salgum1114/react-design-editor/issues"
},
"homepage": "https://salgum1114.github.io/react-design-editor",
"peerDependencies": {
"animejs": "^3.0.0",
"fabric": "^3.4.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-dom-factories": "^1.0.2"
},
"dependencies": {
"animejs": "^3.0.0",
"antd": "3.15.0",
"classnames": "^2.2.6",
"color": "^3.1.2",
"echarts": "^4.7.0",
"fabric": "^3.6.3",
"gifler": "^0.1.0",
"honeycomb-grid": "^3.1.7",
"i18next": "^19.0.0",
"i18next-browser-languagedetector": "^2.2.4",
"lodash": "^4.17.10",
"mediaelement": "^4.2.9",
"prop-types": "^15.6.2",
"react": "^16.13.1",
"react-ace": "^8.1.0",
"react-color": "^2.14.1",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.13.1",
"react-dom-factories": "^1.0.2",
"react-helmet": "^5.2.0",
"react-hot-loader": "^4.12.20",
"react-json-view": "^1.19.1",
"resize-observer-polyfill": "^1.5.1",
"store": "^2.0.12",
"uuid": "^7.0.3",
"warning": "^4.0.3"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.9.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.9.0",
"@types/animejs": "^3.1.0",
"@types/color": "^3.0.1",
"@types/echarts": "^4.4.6",
"@types/fabric": "^3.6.3",
"@types/lodash": "^4.14.150",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.6",
"@types/react-helmet": "^5.0.15",
"@types/uuid": "^7.0.2",
"@types/warning": "^3.0.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-dynamic-import-webpack": "^1.1.0",
"babel-plugin-import": "^1.13.0",
"css-loader": "^3.5.2",
"del": "^5.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-loader": "^4.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"file-loader": "^6.0.0",
"fs-extra": "^9.0.0",
"gh-pages": "^2.2.0",
"html-webpack-plugin": "^3.2.0",
"less": "^2.7.3",
"less-loader": "^5.0.0",
"path": "^0.12.7",
"serve": "^11.3.0",
"style-loader": "^1.1.4",
"terser-webpack-plugin": "^2.3.5",
"tslint": "^6.1.1",
"tslint-react": "^5.0.0",
"typedoc": "^0.17.4",
"typescript": "^3.9.3",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-merge": "^4.2.2",
"workbox-webpack-plugin": "^5.1.2"
}
}