-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.74 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
54
55
56
57
58
59
60
61
62
{
"name": "pln-roadmap",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.3.6",
"@dagrejs/graphlib": "^2.1.4",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@observablehq/plot": "^0.6.0",
"@octokit/graphql-schema": "^12.9.1",
"@types/d3": "^7.4.0",
"@types/lodash": "^4.14.186",
"@types/mermaid": "^9.1.0",
"cheerio": "^1.0.0-rc.12",
"cors": "^2.8.5",
"d3": "^7.6.1",
"date-fns": "^2.29.3",
"dayjs": "^1.11.5",
"eslint-config-airbnb-typescript": "^17.0.0",
"framer-motion": "^7.6.1",
"graphology": "^0.25.0",
"graphology-svg": "^0.1.3",
"graphology-types": "^0.24.4",
"jsdom": "^20.0.1",
"linkedom": "^0.14.17",
"lodash": "^4.17.21",
"mermaid": "^9.1.7",
"next": "^12.3.1",
"next-transpile-modules": "^9.0.0",
"octokit": "^2.0.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@types/cheerio": "^0.22.31",
"@types/jsdom": "^20.0.0",
"@types/node": "^18.11.0",
"@types/react": "^18.0.21",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"eslint": "^8.25.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-next": "12.3.1",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-primer-react": "^1.0.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"path-to-regexp": "^6.2.1",
"react-icons": "^4.6.0",
"typescript": "^4.8.4"
}
}