-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
80 lines (80 loc) · 2.48 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
{
"name": "@webeetle/bee-theme",
"version": "0.11.24",
"description": "Webeetle Material UI Kit",
"author": "Webeetle <info@webeetle.com>",
"main": "./core/index.js",
"repository": "https://github.com/webeetle/bee-theme",
"dependencies": {
"@date-io/date-fns": "^2.1.0",
"@devexpress/dx-core": "^2.3.1",
"@devexpress/dx-react-core": "^2.3.1",
"@devexpress/dx-react-grid": "^2.3.1",
"@devexpress/dx-react-grid-material-ui": "^2.3.1",
"@material-ui/core": "^4.8.3",
"@material-ui/icons": "^4.5.1",
"@material-ui/pickers": "^3.2.8",
"@testing-library/jest-dom": "^5.0.0",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^9.0.0",
"classnames": "^2.2.6",
"clsx": "^1.0.4",
"date-fns": "^2.8.1",
"devextreme": "^19.2.4",
"devextreme-react": "^19.2.4",
"downshift": "^5.0.0",
"moment": "^2.24.0",
"numeral": "^2.0.6",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-draggable": "^4.2.0",
"react-scripts": "3.4.0"
},
"scripts": {
"test": "npm run lint",
"build": "npm run lint && rm -Rf ./core && ./node_modules/.bin/babel ./src --out-dir ./core --source-maps --copy-files",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public",
"lint": "eslint ./src",
"lint:fix": "eslint --fix ./src",
"deploy-storybook": "storybook-to-ghpages"
},
"eslintConfig": {
"extends": "react-app"
},
"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.7.5",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/preset-env": "^7.7.5",
"@babel/preset-react": "^7.7.4",
"@storybook/addon-actions": "^5.2.8",
"@storybook/addon-docs": "^5.2.8",
"@storybook/addon-links": "^5.2.8",
"@storybook/addon-viewport": "^5.2.8",
"@storybook/addons": "^5.2.8",
"@storybook/react": "^5.2.8",
"@storybook/storybook-deployer": "^2.8.1",
"babel-loader": "^8.0.6",
"eslint": "^6.7.2",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-standard": "^4.0.1",
"pre-commit": "^1.2.2",
"@storybook/addon-info": "^5.2.8"
}
}