-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.77 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
{
"name": "osmtw",
"version": "4.0.2",
"author": "osmhacktw",
"description": "Taiwan Community of the OpenStreetMap 台灣開放街圖社群網站",
"license": "0BSD",
"keywords": [
"OpenStreetMap",
"OpenStreetMap Taiwan",
"開放街圖",
"OpenStreetMap 台灣",
"台灣開放街圖",
"開放街圖台灣",
"OSMTW",
"廣泛運用的圖資",
"自由開放的圖資",
"nextjs"
],
"scripts": {
"build": "next build",
"dev": "next dev",
"deploy": "next build --prefix-paths && gh-pages -d public",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"export": "next export",
"lint": "next lint",
"start": "next start",
"prepare": "husky install",
"ci": "rm -fr node_modules && yarn install --frozen-lockfile"
},
"dependencies": {
"@mdx-js/mdx": "^3.0.0",
"@mdx-js/react": "^2.3.0",
"autoprefixer": "^10.4.14",
"next": "^13.5.1",
"next-themes": "^0.2.1",
"prop-types": "^15.8.1",
"react": "18",
"react-dom": "18",
"react-helmet": "^6.1.0",
"swr": "^2.1.5",
"tailwindcss": "^3.2.7"
},
"devDependencies": {
"cssnano": "6.0.1",
"eslint": "^8.55.0",
"eslint-config-airbnb": "19",
"eslint-config-next": "^13.4.6",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.30.1",
"gh-pages": "^6.0.0",
"husky": "^8.0.1",
"postcss": "^8.4.31",
"prettier": "^3.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/OsmHackTW/osmtw-ghpage/"
},
"bugs": {
"url": "https://github.com/OsmHackTW/osmtw-ghpage/issues"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}