forked from 3perf/react-workshop-ra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 956 Bytes
/
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
{
"name": "react-workshop-notes-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.4",
"@reduxjs/toolkit": "^1.9.1",
"codemirror": "^5.65.11",
"date-fns": "^2.29.3",
"jabber": "^1.5.2",
"lodash": "^4.17.21",
"marked": "^5.1.0",
"mobx": "^6.7.0",
"mobx-react-lite": "^3.4.0",
"nanoid": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.4",
"react-redux": "^8.0.5",
"react-scan": "^0.0.46",
"redux": "^4.2.0",
"remark-gfm": "^3.0.1",
"text-readability": "^1.0.5"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.0.1",
"@welldone-software/why-did-you-render": "^7.0.1",
"vite": "^4.0.4"
},
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview"
}
}