-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
69 lines (69 loc) · 1.85 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
{
"name": "web",
"version": "1.6.0",
"private": true,
"homepage": "https://www.flybywiresim.com/",
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@flybywiresim/api-client": "^0.16.2",
"@vcarl/remark-headings": "^0.1.0",
"gray-matter": "^4.0.3",
"leaflet": "^1.9.3",
"next": "^13.5.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-leaflet": "^4.2.1",
"reading-time": "^1.5.0",
"rehype": "^13.0.1",
"rehype-slug-custom-id": "^2.0.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"tailwind-merge": "^1.14.0",
"typescript": "^4.8.3"
},
"scripts": {
"start": "next start",
"dev": "next dev",
"build": "next build",
"export": "next export",
"lint": "eslint **/*.{js,jsx,ts,tsx}",
"lint:fix": "npm run lint -- --fix"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@flybywiresim/eslint-config": "^0.2.3",
"@flybywiresim/react-components": "^0.3.2",
"@flybywiresim/tailwind-config": "^0.5.2",
"@tailwindcss/typography": "^0.5.7",
"@types/leaflet": "^1.9.3",
"@types/node": "^17.0.45",
"@types/react": "^17.0.50",
"@types/react-dom": "^17.0.17",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"autoprefixer": "^10.4.11",
"eslint": "^7.32.0",
"eslint-config-next": "^13.5.6",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-tailwindcss": "^3.6.2",
"github-slugger": "^2.0.0",
"node-html-to-image": "^3.2.4",
"postcss": "^8.4.38",
"sass": "^1.54.9",
"tailwindcss": "^3.4.4",
"uuid": "^8.3.2"
}
}