-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·55 lines (55 loc) · 1.65 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
{
"private": true,
"name": "minimal-blog",
"description": "Slight Reflections",
"version": "1.3.15",
"author": "Sunny Kim",
"license": "0BSD",
"starter-name": "gatsby-starter-minimal-blog",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"develop:cypress": "cross-env CYPRESS_SUPPORT=y yarn develop",
"build:cypress": "cross-env CYPRESS_SUPPORT=y yarn build",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@devexpress/dx-react-core": "^4.0.4",
"@devexpress/dx-react-grid": "^4.0.4",
"@devexpress/dx-react-grid-material-ui": "^4.0.4",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@lekoarts/gatsby-theme-minimal-blog": "^6.0.5",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.6",
"chart.js": "^4.3.0",
"chess.js": "^1.0.0-beta.6",
"gatsby": "^5.13.0",
"gatsby-plugin-feed": "^5.10.0",
"gatsby-plugin-manifest": "^5.10.0",
"gatsby-plugin-sitemap": "^6.10.0",
"gatsby-plugin-webpack-statoscope": "^1.0.3",
"immer": "^10.0.3",
"install": "^0.13.0",
"npm": "^9.7.2",
"react": "^18.2.0",
"react-animate-mount": "^1.0.1",
"react-chartjs-2": "^5.2.0",
"react-chessboard": "^3.1.0",
"react-dom": "^18.2.0",
"react-google-charts": "^4.0.0",
"react-hook-form": "^7.50.1",
"react-select": "^5.7.3",
"styled-components": "^6.0.1",
"use-immer": "^0.9.0"
},
"devDependencies": {
"@types/node": "^18.16.16",
"@types/react": "^18.2.9",
"@types/react-dom": "^18.2.4",
"cross-env": "^7.0.3",
"typescript": "^4.9.5"
}
}