-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.47 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
{
"name": "stir-pitch-website",
"version": "2.0.0",
"description": "Igor Gassmann's pitch website for Stir.",
"keywords": [
"stir",
"pitch",
"nextjs",
"styled-components",
"mux"
],
"license": "Unlicense",
"homepage": "https://igor4stir.com/",
"repository": "https://github.com/IGassmann/stir-pitch-website",
"bugs": "https://github.com/IGassmann/stir-pitch-website/issues",
"author": "Igor Gassmann <[email protected]> (https://igassmann.me/)",
"main": "n/a",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "prettier \"**/*.{ts,tsx,js,json,md}\" --ignore-path ./.gitignore --write",
"lint": "eslint \"**/*.{ts,tsx,js}\" --ignore-path ./.gitignore --fix"
},
"dependencies": {
"animate.css": "^4.1.1",
"hls.js": "^1.0.2",
"next": "^10.1.3",
"next-plausible": "^1.6.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-is": "^17.0.2",
"react-visibility-sensor": "^5.1.1",
"rellax": "^1.12.1",
"styled-components": "^5.2.3"
},
"devDependencies": {
"@types/node": "^14.14.41",
"@types/react": "^17.0.3",
"@types/styled-components": "^5.1.9",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"babel-plugin-styled-components": "^1.12.0",
"eslint": "^7.24.0",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-react": "^7.23.2",
"prettier": "^2.2.1",
"typescript": "^4.2.4"
}
}