-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.2 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
{
"name": "mynewsite",
"version": "0.1.0",
"private": true,
"scripts": {
"test": "jest --watch",
"dev": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"postbuild": "next-on-netlify",
"start": "next start"
},
"dependencies": {
"@chakra-ui/react": "^1.1.2",
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@types/react-syntax-highlighter": "^13.5.0",
"aplayer": "^1.10.1",
"framer-motion": "^3.1.4",
"gray-matter": "^4.0.2",
"gsap": "^3.5.1",
"next": "10.0.5",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-markdown": "^5.0.3",
"react-syntax-highlighter": "^15.4.3"
},
"devDependencies": {
"@types/jest": "^26.0.8",
"@types/node": "^14.0.27",
"@types/react": "^17.0.0",
"@types/react-redux": "^7.1.9",
"babel-jest": "^26.2.2",
"critters": "^0.0.6",
"jest": "^26.2.2",
"next-on-netlify": "^2.9.0",
"redux-devtools-extension": "^2.13.8",
"typescript": "^4.1.3"
}
}