-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
109 lines (109 loc) · 3.41 KB
/
package.json
File metadata and controls
109 lines (109 loc) · 3.41 KB
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
103
104
105
106
107
108
109
{
"name": "aroundus",
"version": "1.0.0",
"private": true,
"keywords": [
"gatsby",
"graphql",
"mui",
"typescript"
],
"scripts": {
"build": "yarn lunr && gatsby build --prefix-paths",
"clean": "gatsby clean",
"deploy": "gh-pages -d public",
"develop": "gatsby develop",
"format": "npx prettier --write 'src/**/*.{js,jsx,ts,tsx}'",
"lint": "npx eslint --fix src/**/*.{js,ts,tsx} --no-warn-ignored",
"lint:style": "npx stylelint --fix --ignore-path .gitignore '**/*.(scss)'",
"lunr": "node scripts/lunr.js",
"serve": "gatsby serve --prefix-paths",
"start": "yarn lunr && yarn develop",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"@eastuni/lunr-languages-ko": "^1.4.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fontsource/geist-mono": "^5.2.7",
"@fontsource/montserrat": "^5.2.8",
"@mui/icons-material": "^7.3.4",
"@mui/lab": "^6.0.0-beta.29",
"@mui/material": "^7.3.4",
"aos": "^2.3.4",
"classnames": "^2.3.1",
"dayjs": "^1.10.7",
"dotenv": "^15.0.0",
"gatsby": "^5.15.0",
"gatsby-plugin-gitalk": "^1.2.6",
"jss": "^10.8.2",
"lodash-es": "^4.17.21",
"lunr": "^2.3.9",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-jss": "^10.10.0",
"typewriter-effect": "^2.18.2"
},
"devDependencies": {
"@babel/preset-env": "^7.14.1",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@eslint/compat": "^1.0.1",
"@eslint/js": "^9.3.0",
"@types/aos": "^3.0.4",
"@types/jest": "^29.5.12",
"@types/lodash-es": "^4.17.12",
"@types/lunr": "^2.3.4",
"@types/node": "^20.12.12",
"@types/react": "^18.3.3",
"@types/react-helmet": "^6.1.2",
"@types/redux-logger": "^3.0.8",
"autoprefixer": "^10.4.14",
"eslint": "9.x",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-google-tagmanager": "^4.6.0",
"gatsby-plugin-image": "^2.2.0",
"gatsby-plugin-lunr": "^1.5.2",
"gatsby-plugin-react-css-modules": "^4.2.0",
"gatsby-plugin-react-helmet": "^5.5.0",
"gatsby-plugin-sass": "^5.6.0",
"gatsby-plugin-sharp": "^4.2.0",
"gatsby-plugin-sitemap": "^5.6.0",
"gatsby-plugin-ts-config": "^2.1.3",
"gatsby-plugin-tsconfig-paths": "^1.0.6",
"gatsby-remark-autolink-headers": "^5.4.0",
"gatsby-remark-code-buttons": "^2.0.7",
"gatsby-remark-copy-linked-files": "^5.2.0",
"gatsby-remark-images": "^6.2.0",
"gatsby-remark-mermaid": "^2.1.0",
"gatsby-remark-prismjs": "^6.2.0",
"gatsby-remark-responsive-iframe": "^5.2.0",
"gatsby-remark-smartypants": "^5.2.0",
"gatsby-source-filesystem": "^4.2.0",
"gatsby-transformer-remark": "^6.13.1",
"gh-pages": "^6.1.1",
"globals": "^15.3.0",
"jest": "^29.7.0",
"node-sass": "^9.0.0",
"postcss-scss": "^4.0.9",
"prettier": "^3.2.5",
"prismjs": "^1.25.0",
"puppeteer": "^13.0.1",
"sass": "^1.77.2",
"sass-loader": "^14.2.1",
"stylelint": "^16.6.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.2.1",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"typescript-eslint": "^7.10.0"
}
}