-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
80 lines (80 loc) · 2.58 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
{
"name": "over-limit-dev-site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "gatsby develop",
"build": "gatsby build",
"start": "gatsby serve",
"lint:code": "eslint",
"lint:code:fix": "eslint --fix",
"lint:style": "stylelint 'src/**/*.{css,scss}'",
"lint:style:fix": "stylelint 'src/**/*.{css,scss}' --fix",
"format": "prettier --check 'src/**/*.{js,ts,jsx,tsx,css,scss}'",
"format:fix": "prettier --write 'src/**/*.{js,ts,jsx,tsx,css,scss}'",
"test": "vitest run",
"prepare": "husky"
},
"dependencies": {
"@chakra-ui/gatsby-plugin": "^3.1.3",
"@chakra-ui/react": "^2.8.0",
"@chakra-ui/styled-system": "^2.9.1",
"@chakra-ui/theme-tools": "^2.0.16",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"date-fns": "^4.0.0",
"framer-motion": "^11.0.0",
"gatsby": "^5.13.7",
"gatsby-omni-font-loader": "^2.0.2",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-sass": "^6.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"gray-matter": "^4.0.2",
"markdown-it": "^14.0.0",
"markdown-it-emoji": "^3.0.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-front-matter": "^0.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"yaml": "^2.3.4"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@types/markdown-it": "^14.0.0",
"@types/node": "^22.0.0",
"@types/react": "^18.2.21",
"@types/react-test-renderer": "^18.0.7",
"@typescript-eslint/parser": "^8.0.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint-config-next": "14.2.21",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-chakra-ui": "^0.11.0",
"eslint-plugin-react": "^7.35.0",
"globals": "^15.9.0",
"husky": "^9.0.11",
"jsdom": "^25.0.0",
"lint-staged": "^15.0.0",
"postcss": "^8.4.29",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^10.0.0",
"postcss-scss": "^4.0.6",
"prettier": "^3.0.0",
"react-test-renderer": "^18.2.0",
"sass": "^1.69.5",
"stylelint": "^16.2.1",
"stylelint-config-recess-order": "^5.0.0",
"stylelint-config-sass-guidelines": "^12.0.0",
"ts-node": "^10.9.2",
"typescript": "5.7.2",
"typescript-eslint": "^8.3.0",
"vitest": "^2.0.0"
},
"packageManager": "[email protected]"
}