-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.22 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.22 KB
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
{
"name": "github-event-well",
"version": "1.0.0",
"description": "github-event-well",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"now-build": "next build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Foxhunt/github-event-well.git"
},
"author": "",
"bugs": {
"url": "https://github.com/Foxhunt/github-event-well/issues"
},
"homepage": "https://github.com/Foxhunt/github-event-well#readme",
"dependencies": {
"@primer/octicons-react": "^9.1.1",
"framer-motion": "^1.6.7",
"matter-js": "^0.14.2",
"next": "^9.3.2",
"next-offline": "^4.0.5",
"randomcolor": "^0.5.4",
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
"devDependencies": {
"@types/matter-js": "^0.10.2",
"@types/node": "^12.7.5",
"@types/randomcolor": "^0.5.3",
"@types/react": "^16.9.2",
"@typescript-eslint/eslint-plugin": "^2.2.0",
"@typescript-eslint/parser": "^2.2.0",
"eslint": "^6.4.0",
"eslint-config-artcom": "^0.10.1",
"eslint-config-artcom-react": "^0.5.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^2.0.1",
"typescript": "^3.6.3"
}
}