-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) · 3.3 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "graphical-models",
"version": "1.0.0",
"private": true,
"description": "Graphical Models",
"author": "Vu Luong",
"keywords": [
"gatsby"
],
"scripts": {
"start": "gatsby develop",
"clean": "gatsby clean",
"develop": "gatsby develop",
"develop-local": "gatsby develop -H 0.0.0.0",
"build": "gatsby build",
"serve": "gatsby serve",
"serve-local": "gatsby serve -H 0.0.0.0",
"deploy": "netlify deploy --prod --dir public",
"preinstall": "yarn --cwd plugins/gatsby-remark-references install",
"stylelint": "npx stylelint '*/**/*.{js,jsx,ts,tsx}'",
"lint": "yarn eslint . & yarn stylelint && tsc --noemit --skipLibCheck"
},
"dependencies": {
"@benrbray/remark-cite": "^1.1.0",
"@floating-ui/react": "^0.24.8",
"@loadable/component": "^5.16.3",
"@mdx-js/mdx": "^2.1.3",
"@mdx-js/react": "^2.1.3",
"@types/styled-components": "^5.1.26",
"axios": "^0.27.2",
"balance-text": "^3.3.1",
"body-scroll-lock": "^4.0.0-beta.0",
"citeproc": "^2.4.62",
"citeproc-types": "^1.0.2",
"csl-json": "^0.1.0",
"d3": "^7.4.4",
"deepmerge": "^4.2.2",
"focus-trap": "^6.9.4",
"gamma": "^1.0.0",
"gatsby": "^5.10.0",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-gatsby-cloud": "^5.2.0",
"gatsby-plugin-image": "^3.2.0",
"gatsby-plugin-layout": "^4.2.0",
"gatsby-plugin-manifest": "^5.2.0",
"gatsby-plugin-mdx": "^5.2.0",
"gatsby-plugin-sharp": "^5.2.0",
"gatsby-plugin-sitemap": "^6.2.0",
"gatsby-plugin-styled-components": "^6.2.0",
"gatsby-remark-autolink-headers": "^6.2.0",
"gatsby-source-filesystem": "^5.2.0",
"gatsby-transformer-json": "^5.2.0",
"gatsby-transformer-sharp": "^5.2.0",
"gsap": "^3.11.4",
"mobx": "^6.6.0",
"mobx-react-lite": "^3.4.0",
"nanoid": "^4.0.0",
"path-intersection": "^2.2.1",
"react": "^18.2.0",
"react-aria": "^3.24",
"react-dom": "^18.1.0",
"react-shadow": "^20.0.0",
"react-transition-group": "^4.4.2",
"rehype-katex": "^5.0.0",
"remark-math": "^4.0.0",
"resize-observer-polyfill": "^1.5.1",
"styled-components": "^5.3.11",
"tocbot": "^4.18.2"
},
"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/plugin-transform-react-jsx": "^7.22.3",
"@relative-ci/agent": "^4.1.4",
"@stylelint/postcss-css-in-js": "^0.38.0",
"@types/color": "^3.0.3",
"@types/d3": "^7.4.0",
"@types/loadable__component": "^5.13.8",
"@types/mdx": "^2.0.5",
"@types/mdx-js__react": "^1.5.5",
"@types/node": "^20.2.5",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"@types/react-transition-group": "^4.4.6",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"babel-plugin-styled-components": "^2.1.3",
"csstype": "^3.1.2",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"postcss-styled-syntax": "^0.4.0",
"prettier": "^2.8.8",
"stylelint": "^15.6.3",
"stylelint-config-standard": "^33.0.0",
"typescript": "^5.1.3"
}
}