-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
66 lines (66 loc) · 1.94 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
{
"name": "react-material-workspace-layout",
"version": "1.0.10",
"repository": {
"type": "git",
"url": "https://github.com/UniversalDataTool/react-material-workspace-layout.git"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.2.1",
"@mui/material": "^5.2.3",
"@mui/styles": "^5.2.3",
"@seveibar/react-resize-panel": "^0.3.7",
"classnames": "^2.2.6",
"react-resize-panel": "^0.3.5",
"react-use-dimensions": "^1.2.1",
"use-event-callback": "^0.1.0"
},
"scripts": {
"start": "start-storybook -p 9009 -s public",
"storybook": "npm run start",
"test": "react-scripts test",
"build:storybook": "build-storybook -s public",
"build": "npm run build:babel && cp ./package.json ./dist/package.json && cp ./README.md ./dist/README.md",
"build:babel": "NODE_ENV=production babel ./src --ignore \"src/**/*.story.js\" --out-dir=./dist",
"release": "npm run build && cd dist && npm publish"
},
"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.10.1",
"@babel/core": "^7.10.1",
"@semantic-release/git": "^9.0.0",
"@storybook/addon-actions": "^5.3.18",
"@storybook/addon-links": "^5.3.18",
"@storybook/addons": "^5.3.18",
"@storybook/preset-create-react-app": "^3.0.0",
"@storybook/react": "^5.3.18",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"babel-loader": "^8.1.0",
"babel-preset-react-app": "^9.1.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "3.4.1",
"rimraf": "^3.0.2"
},
"prettier": {
"semi": false
}
}