forked from eorzea-weather/eorzea-weather
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.78 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
{
"author": "Lily Cartelet <[email protected]>",
"bugs": {
"url": "https://github.com/eorzea-weather/eorzea-weather/issues"
},
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@material-ui/styles": "^4.11.4",
"@mdx-js/react": "^1.6.22",
"@react-aria/i18n": "^3.3.2",
"clean-css": "^5.2.1",
"clsx": "^1.1.1",
"eorzea-time": "^3.0.0",
"eorzea-weather": "github:YukiCat-Dev/node-eorzea-weather",
"lodash": "^4.17.21",
"next": "^11.1.2",
"next-pwa": "^5.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"swr": "^1.0.1"
},
"description": "Weather forecast for Eorzea.",
"devDependencies": {
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^11.1.2",
"@types/clean-css": "^4.2.5",
"@types/eslint": "~7.28.1",
"@types/gtag.js": "^0.0.7",
"@types/lodash": "^4.14.175",
"@types/mdx-js__react": "^1.5.4",
"@types/node": "^15.6.1",
"@types/react-helmet": "^6.1.3",
"@typescript-eslint/eslint-plugin": "~4.33.0",
"eslint": "~7.32.0",
"eslint-config-next": "^11.1.2",
"eslint-config-prettier": "~8.3.0",
"eslint-plugin-prettier": "~4.0.0",
"prettier": "~2.4.1",
"typescript": "~4.4.4"
},
"homepage": "https://eorzea-weather.info/",
"license": "MIT",
"name": "@eorzea-weather/app",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/eorzea-weather/eorzea-weather.git"
},
"scripts": {
"build": "next build",
"dev": "next",
"format": "prettier -w './**/*.{json,md,mdx,yml,tsx,ts}'",
"format-check": "prettier -c './**/*.{json,md,mdx,yml,tsx,ts}'",
"lint": "next lint",
"start": "next start"
},
"version": "1.0.0"
}