-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
115 lines (115 loc) · 3.79 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "@harryy/dnd-editor",
"version": "0.4.27",
"private": true,
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"release": "gulp release",
"package": "gulp build",
"commit": "commit",
"update": "npm-check -u",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public",
"npm-publish": "npm publish build/lib"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@harryy/pubsub": "^0.1.8",
"@harryy/wysiwyg-editor": "^0.1.28",
"@lingui/core": "^2.9.2",
"@lingui/react": "^2.9.2",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/pickers": "^4.0.0-alpha.12",
"@material-ui/styles": "^4.11.4",
"@material-ui/system": "^4.11.3",
"clsx": "^1.1.1",
"formik": "^2.2.9",
"json-2-yup": "0.0.18",
"juice": "^8.0.0",
"liquidjs": "9.19.0",
"lodash-es": "^4.17.21",
"material-ui-popup-state": "^1.8.3",
"moment": "^2.29.1",
"multimatch": "^5.0.0",
"nanoid": "^3.1.23",
"react": "^17.0.2",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
"react-sortablejs": "^6.0.0",
"react-style-object-to-css": "^1.1.2",
"sortablejs": "^1.13.0",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/runtime": "^7.14.5",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@commitlint/prompt-cli": "^12.1.4",
"@harryy/rehooks": "^0.1.1",
"@lingui/macro": "^2.9.2",
"@storybook/addon-actions": "^6.2.9",
"@storybook/addon-essentials": "^6.2.9",
"@storybook/addon-links": "^6.2.9",
"@storybook/node-logger": "^6.2.9",
"@storybook/preset-create-react-app": "^3.1.7",
"@storybook/react": "^6.2.9",
"@testing-library/jest-dom": "^5.13.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.1.9",
"@types/jest": "^26.0.23",
"@types/lingui__core": "^2.7.1",
"@types/lingui__macro": "^2.7.4",
"@types/lodash-es": "^4.17.4",
"@types/node": "^15.12.2",
"@types/react": "^17.0.11",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^17.0.7",
"@types/react-swipeable-views": "^0.13.0",
"@types/yup": "^0.29.11",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.2.2",
"babel-plugin-import": "^1.13.3",
"customize-cra": "^1.0.0",
"fs-extra": "^10.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-env": "^0.4.0",
"gulp-filter": "^7.0.0",
"gulp-json-editor": "^2.5.6",
"gulp-rimraf": "^1.0.0",
"gulp-shell": "^0.8.0",
"gulp-transform": "^3.0.5",
"gulp-typescript": "^5.0.1",
"husky": "^4.3.6",
"node-sass": "^4.14.1",
"npm-check": "^5.9.2",
"prettier": "^2.3.1",
"raw-loader": "^4.0.2",
"react-app-rewired": "^2.1.8",
"react-scripts": "^4.0.3",
"simple-progress-webpack-plugin": "^2.0.0",
"standard-version": "^9.3.0",
"typescript": "^4.2.4"
}
}