-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.67 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
{
"name": "web",
"version": "1.6.0",
"private": true,
"homepage": "https://www.flybywiresim.com/",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"flowbite-react": "^0.5.0",
"gray-matter": "^4.0.3",
"next": "^13.4.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reading-time": "^1.5.0",
"remark": "^14.0.1",
"remark-html": "^15.0.1",
"swiper": "^6.7.5",
"typescript": "^4.6.3"
},
"scripts": {
"start": "next start",
"dev": "next dev",
"build": "next build",
"export": "next export",
"lint": "eslint **/*.{js,jsx,ts,tsx}",
"lint:fix": "eslint **/*.{js,jsx,ts,tsx} --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",
"@tailwindcss/typography": "^0.5.2",
"@types/node": "^17.0.23",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"autoprefixer": "^10.2.5",
"eslint": "^7.32.0",
"eslint-config-next": "^13.4.19",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-tailwindcss": "^3.5.0",
"node-html-to-image": "^3.2.4",
"postcss": "^8.2.10",
"sass": "^1.49.10",
"tailwindcss": "^3.0.23",
"uuid": "^8.3.2"
}
}