-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 861 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
{
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"test": "jest --watch"
},
"dependencies": {
"@szhsin/react-menu": "^1.5.0",
"dompurify": "^2.2.6",
"firebase": "^8.2.6",
"mobx": "^6.0.4",
"mobx-react-lite": "^3.1.6",
"nanoid": "^3.1.20",
"next": "latest",
"react": "^17.0.1",
"react-beautiful-dnd": "^13.0.0",
"react-circular-progressbar": "^2.0.3",
"react-dom": "^17.0.1",
"react-loading-skeleton": "^2.2.0",
"react-simplemde-editor": "^4.1.3",
"styled-components": "^5.2.1",
"tailwindcss": "^2.0.1",
"twin.macro": "^2.0.6",
"typeface-montserrat": "^1.1.13"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.12.0",
"jest": "^26.6.3"
},
"babelMacros": {
"twin": {
"preset": "styled-components"
}
}
}