-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.73 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "spacex",
"version": "0.1.0",
"private": true,
"displayName": "SpaceX",
"description": "SpaceX: designs, manufactures and launches advanced rockets and spacecraft. The company was founded in 2002 to revolutionize space technology, with the ultimate goal of enabling people to live on other planets.",
"url": "https://spacex.buchanandevops.com",
"repository": {
"type": "git",
"url": "git+https://github.com/BuchananDevOps/spacex"
},
"keywords": [
"SpaceX",
"PWA",
"SSR",
"Server Side Rendering",
"Progressive Web App",
"Next.js",
"REST API",
"Tailwind CSS",
"TypeScript"
],
"author": "Buchanan DevOps <john@buchanandevops.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/BuchananDevOps/spacex/issues",
"email": "john@buchanandevops.com"
},
"homepage": "https://github.com/BuchananDevOps/spacex#readme",
"scripts": {
"prepare": "husky install",
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest --watch",
"export": "next export",
"lint": "next lint",
"lint:fix": "next lint --fix",
"lint-staged": "lint-staged",
"format": "yarn lint:fix && yarn prettier",
"prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"build:prod": "npx tailwindcss -o build.css --minify next build"
},
"dependencies": {
"@next/bundle-analyzer": "13.0.4",
"next": "13.0.4",
"next-pwa": "5.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.9.3"
},
"devDependencies": {
"@heroicons/react": "1.0.6",
"@react-spring/web": "9.5.5",
"@tailwindcss/forms": "^0.5.3",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@trivago/prettier-plugin-sort-imports": "3.4.0",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@typescript-eslint/eslint-plugin": "5.44.0",
"@typescript-eslint/parser": "5.44.0",
"@visx/xychart": "2.16.0",
"autoprefixer": "^10.4.13",
"clsx": "1.2.1",
"eslint": "8.28.0",
"eslint-config-next": "13.0.4",
"eslint-config-prettier": "8.5.0",
"eslint-config-vandre": "1.1.0",
"eslint-plugin-jest-dom": "4.0.3",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-testing-library": "5.9.1",
"framer-motion": "7.6.12",
"husky": "8.0.2",
"jest-environment-jsdom": "29.3.1",
"lint-staged": "13.0.3",
"msw": "0.49.0",
"postcss": "^8.4.19",
"postcss-import": "^15.0.0",
"postcss-nesting": "^10.2.0",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"react-globe.gl": "2.22.8",
"swr": "^1.3.0",
"tailwindcss": "^3.2.4",
"tle": "3.0.0",
"tle.js": "4.7.3"
}
}