-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
106 lines (106 loc) · 3.09 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
{
"name": "@terran-one/cw-simulate-ui",
"version": "0.1.0",
"private": true,
"main": "src/index.tsx",
"dependencies": {
"@aws-sdk/client-s3": "^3.215.0",
"@aws-sdk/s3-request-presigner": "^3.216.0",
"@codemirror/lang-json": "^6.0.0",
"@cosmjs/crypto": "^0.29.5",
"@cosmjs/encoding": "^0.29.5",
"@datadog/browser-rum": "^4.28.1",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.14",
"@mui/lab": "^5.0.0-alpha.108",
"@mui/material": "^5.10.14",
"@mui/x-data-grid": "^5.17.11",
"@mui/x-data-grid-generator": "^5.17.11",
"@terran-one/cw-simulate": "^2.8.4",
"@terran-one/react-diff-viewer": "^3.1.1",
"@uiw/react-codemirror": "^4.14.2",
"axios": "^1.2.0",
"jotai": "^1.10.0",
"json-beautify-fix": "^1.1.3",
"jsonschema": "^1.4.1",
"react": "^18.0.25",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.2",
"react-flow-renderer": "^10.3.17",
"react-json-tree": "^0.17.0",
"react-object-table-viewer": "^1.0.7",
"react-router-dom": "^6.4.1",
"sass": "^1.55.0",
"save": "^2.9.0",
"ts-results": "3.3.0",
"typescript": "^4.8.4",
"web-vitals": "^3.0.2",
"yaml": "^2.1.3"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject",
"story": "start-storybook -p 6006 -s public",
"build-book": "build-storybook -s public"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"devDependencies": {
"@cloudflare/workers-types": "^4.20221111.1",
"@storybook/addon-actions": "^6.5.10",
"@storybook/addon-essentials": "^6.5.10",
"@storybook/addon-interactions": "^6.5.10",
"@storybook/addon-links": "^6.5.10",
"@storybook/builder-webpack5": "^6.5.10",
"@storybook/manager-webpack5": "^6.5.10",
"@storybook/node-logger": "^6.5.10",
"@storybook/preset-create-react-app": "^4.1.2",
"@storybook/react": "^6.5.0-alpha.5",
"@storybook/testing-library": "^0.0.13",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.2.3",
"@types/jsonschema": "^1.1.1",
"@types/node": "^18.8.0",
"@types/react": "^18.0.21",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.0.9",
"@types/react-router-dom": "^5.3.3",
"babel-plugin-named-exports-order": "^0.0.2",
"buffer": "^6.0.3",
"postcss": "^8.4.17",
"postcss-import": "^15.0.0",
"process": "^0.11.10",
"react-app-alias": "^2.2.2",
"react-app-rewired": "^2.2.1",
"react-scripts": "^5.0.1",
"webpack": "^5.74.0"
},
"overrides": {
"react-refresh": "0.11.0"
}
}