-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 908 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
{
"name": "Gamer-Blog-app",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@zeit/next-css": "1.0.1",
"apisauce": "^1.1.5",
"audit": "0.0.6",
"isomorphic-unfetch": "^3.0.0",
"nprogress": "^0.2.0",
"reactstrap": "^8.2.0",
"styled-components": "^4.4.1"
},
"devDependencies": {
"@types/node": "^13.1.4",
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.4",
"@types/styled-components": "^4.4.2",
"babel-plugin-styled-components": "^1.10.6",
"contentful": "^10.2.4",
"docker": "^1.0.0",
"moment": "^2.29.4",
"next": "^9.1.7",
"next-compose-plugins": "^2.2.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-markdown": "^4.3.1",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"typescript": "^3.7.4"
},
"license": "ISC"
}