-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.16 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
{
"name": "olamundo-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev",
"build": "next dev & next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/core": "^0.8.0",
"@chakra-ui/react": "^1.1.1",
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.1.1",
"@emotion/styled": "^11.0.0",
"@mdx-js/loader": "^1.6.21",
"@mdx-js/react": "^1.6.21",
"@next/mdx": "^10.0.2",
"@prisma/cli": "2.11.0",
"@prisma/client": "2.11.0",
"axios": "^0.21.0",
"emotion-theming": "^11.0.0",
"framer-motion": "^3.1.3",
"gray-matter": "^4.0.2",
"next": "10.0.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-markdown": "^5.0.3",
"react-redux": "^7.2.2",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-persist": "^6.0.0",
"remark": "^13.0.0",
"remark-html": "^13.0.1",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@types/node": "^14.14.8",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.9",
"babel-plugin-styled-components": "^1.11.1",
"typescript": "^4.0.5"
}
}