-
Notifications
You must be signed in to change notification settings - Fork 67
/
package.json
40 lines (40 loc) · 1.08 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
{
"name": "orbit-model",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@antv/g6": "^4.6.4",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@mdx-js/loader": "^2.1.1",
"@mdx-js/react": "^2.1.1",
"@next/mdx": "^12.1.4",
"next": "12.1.0",
"path-to-regexp": "^6.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intersection-observer": "^9.1.0",
"react-minimal-side-navigation": "^1.9.2",
"react-modal": "^3.14.4",
"react-responsive-carousel": "^3.2.23",
"react-scroll-motion": "^0.2.6",
"react-transition-group": "^4.4.2",
"remark-gfm": "^3.0.1"
},
"devDependencies": {
"@faker-js/faker": "^6.1.2",
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "^10.4.4",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23"
}
}