forked from timcole/tim.rip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 911 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
{
"name": "tim.rip",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TimothyCole/tim.rip.git"
},
"author": "Timothy Cole",
"license": "MIT",
"bugs": {
"url": "https://github.com/TimothyCole/tim.rip/issues"
},
"homepage": "https://github.com/TimothyCole/tim.rip#readme",
"dependencies": {
"apollo-server-micro": "^2.12.0",
"isomorphic-fetch": "^2.2.1",
"next": "^9.3.5",
"polished": "^3.5.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"styled-components": "^5.1.0"
},
"devDependencies": {
"@types/node": "^13.11.1",
"@types/react": "^16.9.34",
"@types/styled-components": "^5.1.0",
"babel-plugin-styled-components": "^1.10.7",
"typescript": "^3.8.3"
}
}