forked from flybywiresim/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.96 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": {
"@flybywiresim/react-components": "^0.3.2",
"@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",
"@tabler/icons": "^1.41.2",
"gray-matter": "^4.0.3",
"next": "^12.0.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"reading-time": "^1.5.0",
"remark": "^14.0.1",
"remark-html": "^13.0.2",
"swiper": "^6.7.5",
"typescript": "^4.4.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.2",
"@flybywiresim/tailwind-config": "~0.5.0",
"@tailwindcss/typography": "^0.4.1",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.2",
"@types/node": "^16.10.2",
"@types/react": "^17.0.27",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.3.0",
"@types/uuid": "^8.3.1",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"autoprefixer": "^10.2.5",
"eslint": "^7.32.0",
"eslint-config-next": "^11.1.2",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-tailwindcss": "^1.16.1",
"node-html-to-image": "^3.2.0",
"postcss": "^8.2.10",
"sass": "^1.42.1",
"tailwindcss": "^2.2.16",
"uuid": "^8.3.2"
}
}