-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
152 lines (152 loc) · 4.99 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"name": "dtable-ui-component",
"version": "5.2.2",
"main": "./lib/index.js",
"dependencies": {
"@seafile/react-image-lightbox": "3.0.1",
"@seafile/seafile-calendar": "0.0.24",
"@seafile/seafile-editor": "~1.0.123",
"antd-mobile": "2.3.1",
"classnames": "2.3.2",
"dayjs": "1.10.7",
"dtable-utils": "4.4.0",
"is-hotkey": "0.2.0",
"prop-types": "^15.8.1",
"react": "17.0.2",
"react-app-polyfill": "^3.0.0",
"react-dom": "17.0.2",
"react-responsive": "9.0.2",
"react-color": "2.19.3",
"react-select": "5.7.0",
"react-transition-group": "^4.4.1",
"reactstrap": "8.9.0"
},
"scripts": {
"lint": "./node_modules/.bin/eslint ./src/ --fix",
"clean:esm": "rm -rf es && mkdir es",
"clean:lib": "rm -rf lib && mkdir lib",
"clean:dist": "rm -rf dist && mkdir dist",
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"test": "node scripts/test.js",
"eslint": "eslint --ext .jsx,.js src --max-warnings=0",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build -c .storybook -o docs",
"pub:esm": "npm run clean:esm && export BABEL_ENV=node && ./node_modules/.bin/babel src --out-dir es --copy-files",
"pub:lib": "npm run clean:lib && export BABEL_ENV=production && ./node_modules/.bin/babel src --out-dir lib --copy-files",
"pub:umd": "npm run build",
"pub:optimized": "rm lib/index.local.js && rm lib/app.js && rm lib/app.css",
"prepublishOnly": "npm run pub:lib && npm run pub:umd && npm run pub:optimized"
},
"files": [
"assets",
"dist",
"lib",
"es",
"index.js",
"packagge.json"
],
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/cli": "7.22.15",
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@babel/plugin-transform-runtime": "7.22.10",
"@babel/polyfill": "^7.10.1",
"@babel/preset-env": "^7.9.5",
"@babel/runtime": "7.22.11",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
"@storybook/addon-actions": "7.6.17",
"@storybook/addon-docs": "7.6.17",
"@storybook/addon-essentials": "7.6.17",
"@storybook/addon-interactions": "7.6.17",
"@storybook/addon-knobs": "7.0.2",
"@storybook/addon-links": "7.6.17",
"@storybook/addon-onboarding": "1.0.11",
"@storybook/blocks": "7.6.17",
"@storybook/preset-create-react-app": "7.6.17",
"@storybook/react": "7.6.17",
"@storybook/react-webpack5": "7.6.17",
"@storybook/test": "7.6.17",
"@svgr/webpack": "8.1.0",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "13.5.0",
"@types/jest": "^29.5.10",
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0",
"autoprefixer": "10.4.5",
"babel-jest": "^27.4.2",
"babel-loader": "^8.2.3",
"babel-plugin-import": "^1.13.6",
"babel-plugin-named-asset-import": "^0.3.6",
"babel-preset-react-app": "^10.0.1",
"bfj": "^7.0.2",
"browserslist": "^4.18.1",
"camelcase": "^6.2.1",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"circular-dependency-plugin": "^5.2.2",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.2.0",
"dotenv": "^10.0.0",
"dotenv-expand": "^5.1.0",
"enzyme": "^3.11.0",
"eslint": "^8.3.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-storybook": "0.8.0",
"eslint-webpack-plugin": "^3.1.1",
"file-loader": "^6.2.0",
"fs-extra": "^10.0.0",
"html-webpack-plugin": "^5.5.0",
"i18next": "22.4.9",
"i18next-browser-languagedetector": "7.0.1",
"i18next-xhr-backend": "3.2.2",
"identity-obj-proxy": "3.0.0",
"jest": "^27.4.3",
"jest-resolve": "^27.4.2",
"jest-watch-typeahead": "^1.0.0",
"less": "^4.2.0",
"less-loader": "^11.1.3",
"mini-css-extract-plugin": "^2.4.5",
"node-polyfill-webpack-plugin": "2.0.1",
"path-browserify": "^1.0.1",
"postcss": "^8.4.31",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^6.2.1",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^7.0.1",
"prompts": "^2.4.2",
"react-app-polyfill": "^3.0.0",
"react-dev-utils": "^12.0.1",
"react-element-to-jsx-string": "^14.3.1",
"react-i18next": "12.1.4",
"react-refresh": "^0.11.0",
"resolve": "^1.20.0",
"resolve-url-loader": "^4.0.0",
"sass-loader": "^12.3.0",
"semver": "^7.3.5",
"source-map-loader": "^3.0.0",
"storybook": "7.6.17",
"style-loader": "^3.3.1",
"tailwindcss": "^3.0.2",
"terser-webpack-plugin": "^5.2.5",
"url-loader": "^4.1.1",
"web-vitals": "2.1.4",
"webpack": "^5.94.0",
"webpack-dev-server": "^4.6.0",
"webpack-manifest-plugin": "^4.0.2",
"workbox-webpack-plugin": "^6.4.1",
"worker-loader": "3.0.8"
}
}