-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.46 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
{
"name": "play.prx.org",
"version": "0.1.0",
"private": true,
"repository": "[email protected]:PRX/Play-Next.js.git",
"author": "PRX",
"contributors": [
{
"name": "Rick Peterman",
"email": "[email protected]"
}
],
"license": "AGPL-3.0",
"scripts": {
"dev": "next dev --port=4300",
"dev:caniuse:update-db": "npx browserslist@latest --update-db",
"dev:start": "yarn dev:caniuse:update-db ; yarn dev",
"build": "next build",
"start": "next start --port=4300",
"start:standalone": "PORT=4300 node .next/standalone/server.js",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@radix-ui/react-popover": "^1.1.1",
"@styled-icons/fa-brands": "^10.38.0",
"@svgr/webpack": "^6.2.1",
"clsx": "^1.1.1",
"copy-to-clipboard": "^3.3.1",
"filesize": "^10.1.4",
"framer-motion": "^11.1.9",
"htmlparser2": "^8.0.1",
"lodash": "^4.17.21",
"next": "^14.2.3",
"next-logger": "^5.0.1",
"node-webvtt": "^1.9.4",
"pino": "^9.5.0",
"prismjs": "^1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-html-parser": "^2.0.2",
"react-is": "^18.1.0",
"rss-parser": "^3.13.0",
"serialize-error": "^11.0.3",
"sharp": "0.32.6",
"styled-components": "^6.1.11"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.0.1",
"@types/bunyan": "^1.8.11",
"@types/htmlparser2": "^3.10.7",
"@types/lodash": "^4.17.1",
"@types/node": "^20.12.11",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/react-html-parser": "^2.0.6",
"@types/wicg-mediasession": "^1.1.8",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"eslint": "8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-webpack": "^0.13.8",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.5.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"jest": "^27.5.1",
"prettier": "^2.6.2",
"sass": "^1.50.0",
"types-wm": "^1.1.0",
"typescript": "^5.4.5",
"webpack": "^5.72.0"
},
"packageManager": "[email protected]"
}