-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.55 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
{
"name": "courtformsonline.org",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "serve out",
"lint": "next lint",
"format": "prettier --write .",
"test:format": "prettier --check 'src/**/*.js'",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"@fontsource/atkinson-hyperlegible": "^5.1.0",
"@fortawesome/fontawesome-free": "^6.4.0",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@popperjs/core": "^2.11.7",
"@types/node": "20.1.2",
"@types/react": "^18.2.73",
"@types/react-bootstrap": "^0.32.32",
"@types/react-dom": "18.2.4",
"bootstrap": "^5.2.3",
"eslint-config-next": "14.1.4",
"next": "^14.1.4",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-dom": "18.2.0",
"react-icons": "^5.0.1",
"react-markdown": "^9.0.1",
"reactstrap": "^9.1.9",
"remark-gfm": "^4.0.0",
"serve": "^14.2.3",
"swr": "^2.2.5",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.6",
"@types/bootstrap": "^5.2.6",
"@types/eslint": "^8",
"@types/jest": "^29.5.14",
"eslint": "8",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.2.5",
"typescript": "^5.4.0"
},
"packageManager": "[email protected]"
}