-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
127 lines (127 loc) · 3.76 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
{
"name": "autodox",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.4.16",
"@babel/core": "7.14.6",
"@convertkit/slate-lists": "^0.2.11",
"@emotion/core": "^10.1.1",
"@emotion/css": "^11.5.0",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@mui/base": "^5.0.0-alpha.62",
"faker": "4.1.0",
"@mui/icons-material": "^5.0.1",
"@mui/material": "^5.0.4",
"@mui/styled-engine-sc": "^5.0.3",
"@mui/styles": "^5.0.2",
"@mui/x-data-grid": "^5.2.1",
"@mui/x-data-grid-generator": "^5.2.1",
"@mui/x-data-grid-pro": "^4.0.1",
"@styled-icons/boxicons-regular": "10.23.0",
"@styled-icons/foundation": "10.28.0",
"@styled-icons/material": "10.28.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@tippyjs/react": "4.2.5",
"@types/chart.js": "^2.9.34",
"@types/codemirror": "^5.60.5",
"@types/color": "^3.0.2",
"@types/debug": "^4.1.7",
"@types/jest": "^26.0.24",
"@types/node": "^12.20.27",
"@types/prismjs": "^1.16.6",
"@types/python-shell": "^1.0.3",
"@types/react": "^17.0.24",
"@types/react-chartjs-2": "^2.5.7",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.3.0",
"@types/react-swipeable-views": "^0.13.1",
"@types/react-syntax-highlighter": "^13.5.2",
"@types/react-virtualized": "^9.21.14",
"@types/slate": "^0.47.9",
"@types/slate-react": "^0.50.1",
"@types/uniqid": "^5.3.1",
"@udecode/plate": "9.0.0",
"@udecode/plate-alignment-ui": "^8.3.0",
"@udecode/plate-link-ui": "^8.3.0",
"@udecode/plate-test-utils": "3.2.0",
"@udecode/plate-ui-excalidraw": "9.0.0",
"apollo-boost": "^0.4.9",
"babel-plugin-macros": "3.1.0",
"babel-plugin-styled-components": "1.10.5",
"babel-plugin-twin": "1.0.2",
"chart.js": "^3.6.0",
"code-executor": "^0.2.7",
"codemirror": "^5.64.0",
"color": "^4.0.1",
"debug": "^4.3.2",
"fparser": "^2.0.1",
"graphql": "^15.6.1",
"hot-formula-parser": "^4.0.0",
"html-table-to-json": "^1.0.0",
"install": "^0.13.0",
"notistack": "^2.0.2",
"npm": "^8.1.2",
"prismjs": "^1.25.0",
"python-shell": "^3.0.1",
"react": "^17.0.2",
"react-apollo": "^3.1.5",
"react-chartjs-2": "^3.3.0",
"react-codemirror2": "^7.2.1",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.4",
"react-google-login": "^5.2.2",
"react-json-view": "^1.21.3",
"react-oauth2": "^1.1.2",
"react-router-dom": "^5.3.0",
"react-scripts": "^5.0.0",
"react-swipeable-views": "^0.14.0",
"react-syntax-highlighter": "^15.4.4",
"react-use-caret-position": "^1.0.3",
"react-virtualized": "^9.22.3",
"remark-parse": "^10.0.1",
"slate": "^0.66.5",
"slate-autocomplete": "0.0.9",
"slate-history": "^0.66.0",
"slate-hyperscript": "^0.67.0",
"slate-react": "^0.67.0",
"styled-components": "^5.3.3",
"subscriptions-transport-ws": "^0.9.19",
"tailwindcss": "2.2.4",
"twin.macro": "2.6.2",
"typescript": "^4.4.3",
"unified": "^10.1.1",
"uniqid": "^5.4.0",
"web-vitals": "^1.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}