forked from ZJUSCT/mirror-front
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 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
{
"name": "zju-mirror",
"private": false,
"description": "ZJU open source mirror site",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build --prefix-paths",
"develop": "gatsby develop -H 0.0.0.0",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "gatsby develop",
"serve": "gatsby serve -H 0.0.0.0 -p 9000",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"extract": "yarn run babel --config-file ./babel-extract.config.js -o tmp/chunk.js 'src/**/*.{js,jsx,ts,tsx}' && rm -rf tmp",
"types-check": "tsc --noEmit --project ./tsconfig.json",
"lint-check": "eslint src/**/*"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@fontsource/poppins": "^4.5.10",
"@formatjs/intl-displaynames": "^5.4.3",
"@iconify/icons-logos": "^1.2.6",
"@iconify/icons-simple-icons": "^1.2.44",
"@iconify/icons-mdi": "^1.2.44",
"@iconify/icons-file-icons": "^1.2.3",
"@iconify/react": "^3.2.1",
"@mdx-js/react": "^2.3.0",
"@mui/icons-material": "^5.6.2",
"@mui/material": "^5.6.3",
"gatsby": "^5.6.0",
"gatsby-plugin-manifest": "^5.6.0",
"gatsby-plugin-mdx": "^5.6.0",
"gatsby-plugin-preact": "^7.6.1",
"gatsby-plugin-react-i18next": "^3.0.1",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-sass": "^6.6.0",
"gatsby-plugin-sitemap": "^6.7.0",
"gatsby-source-filesystem": "^5.6.0",
"gatsby-theme-material-ui": "^5.2.0",
"gatsby-theme-material-ui-top-layout": "^5.2.0",
"i18next": "^21.6.16",
"js-search": "^2.0.0",
"natsort": "^2.0.3",
"path-to-regexp": "^6.2.0",
"preact": "^10.12.1",
"preact-render-to-string": "^5.2.6",
"prism-react-renderer": "^1.3.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0",
"react-i18next": "^11.16.7",
"remark-gfm": "^1",
"sass": "^1.53.0"
},
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/plugin-transform-typescript": "^7.16.8",
"@types/js-search": "^1.4.0",
"@types/mdx": "^2.0.1",
"@types/mdx-js__react": "^1.5.5",
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"babel-plugin-i18next-extract": "^0.8.3",
"eslint": "^8.2.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.2.1",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.3.0",
"http-proxy-middleware": "^2.0.6",
"prettier": "2.7.1",
"typescript": "^4.7.3"
},
"repository": {
"type": "git",
"url": "https://github.com/ZJUSCT/mirror-front"
},
"bugs": {
"url": "https://github.com/ZJUSCT/mirror-front/issues"
}
}