-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 978 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
39
40
41
42
{
"name": "renantatsuo.dev",
"version": "0.1.0",
"private": true,
"browserslist": [
">0.5%",
"not ie 11",
"not dead",
"not op_mini all"
],
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"gray-matter": "^4.0.2",
"lottie-react": "^2.3.1",
"next": "^12.3.1",
"ramda": "^0.28.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^6.0.2",
"react-syntax-highlighter": "^15.5.0",
"reflect-metadata": "^0.1.13",
"remark-gfm": "^1.0.0",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/node": "16.11.0",
"@types/ramda": "^0.28.1",
"@types/react": "^18.0.20",
"@types/styled-components": "^5.1.26",
"inversify": "^5.0.5",
"jest": "^27.2.5",
"jest-mock-extended": "^2.0.4",
"typescript": "^4.8.3"
}
}