-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.41 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
45
46
47
48
49
50
51
52
53
{
"name": "devbook",
"version": "1.0.0",
"private": true,
"author": {
"email": "lucas-m@outlook.com",
"name": "Lucas Miranda",
"url": "https://lucas-lm.github.io"
},
"description": "A bingo book of developers",
"homepage": "https://devsbook.now.sh",
"repository": {
"type": "git",
"url": "git+https://github.com/lucas-lm/devbook.git"
},
"bugs": {
"url": "https://github.com/lucas-lm/devbook/issues"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"axios": "^0.19.2",
"next": "latest",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-icons": "^3.10.0",
"styled-components": "^5.0.0",
"yup": "^0.29.2"
},
"devDependencies": {
"@types/node": "^14.0.26",
"@types/react": "^16.9.43",
"@types/styled-components": "^5.1.1",
"@types/yup": "^0.29.3",
"@typescript-eslint/eslint-plugin": "^3.7.1",
"@typescript-eslint/parser": "^3.7.1",
"babel-plugin-styled-components": "^1.8.0",
"eslint": "^7.6.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-react-hooks": "^4.0.8",
"eslint-plugin-standard": "^4.0.1",
"typescript": "^3.9.7"
},
"license": "MIT"
}