-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.89 KB
/
Copy pathpackage.json
File metadata and controls
94 lines (94 loc) · 2.89 KB
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
91
92
93
94
{
"name": "transcripts.sps-by-the-numbers",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"bootstrap": "firebase experiments:enable webframeworks",
"build": "next build",
"deploy": "firebase deploy --only hosting:transcripts-spsbtn",
"dev": "next dev",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"syncData": "bash syncdata.sh",
"setupFirebase": "firebase target:apply hosting transcripts transcripts-sps-by-the-numbers",
"start": "next start",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"@babel/eslint-parser": "^7.24.5",
"@emotion/cache": "^11.12.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@faker-js/faker": "^9.5.0",
"@mui/icons-material": "^7.1.1",
"@mui/material": "^7.1.1",
"@mui/material-nextjs": "^7.1.1",
"@mui/system": "^7.1.1",
"@mui/x-date-pickers": "^8.5.1",
"@types/jest": "^29.5.12",
"@types/langs": "^2.0.5",
"accessibility": "^6.0.7",
"ajv": "^8.17.1",
"assert-never": "^1.4.0",
"autoprefixer": "^10.4.19",
"csv-parse": "^6.1.0",
"csv-reader": "^1.0.12",
"csv-stringify": "^6.5.0",
"csv-writer": "^1.6.0",
"date-fns": "^4.1.0",
"distinct-colors": "^3.0.0",
"eslint": "^9.16.0",
"eslint-config-next": "^15.0.3",
"faker-js": "^1.0.0",
"firebase": "^11.0.2",
"firebase-admin": "^13.0.1",
"firebase-frameworks": "github:awong-dev/firebase-framework-tools#72f1f38",
"json-schema-to-ts": "^3.1.0",
"jstat": "^1.9.6",
"langs": "^2.0.0",
"lodash-es": "^4.17.21",
"next": "^16.1.4",
"next-sitemap": "^4.2.3",
"postcss": "^8.4.38",
"react-google-recaptcha-v3": "^1.10.1",
"react-gtm-module": "^2.0.11",
"react-html-id": "^0.1.5",
"react-measure": "^2.5.2",
"react-select": "^5.8.0",
"react-youtube": "^10.1.0",
"sass": "^1.77.2",
"search-query-parser": "^1.6.0",
"sentence-splitter": "^5.0.0",
"typescript": "^5.4.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.1",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@types/bcryptjs": "^3.0.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^24.0.0",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.1.6",
"@types/youtube-player": "^5.5.11",
"@typescript-eslint/eslint-plugin": "^8.34.0",
"@typescript-eslint/parser": "^8.34.0",
"@typescript-eslint/typescript-estree": "^8.34.0",
"canvasxpress": "^57.6.1",
"canvasxpress-react": "^57.6.1",
"firebase-tools": "^14.6.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lorem-ipsum": "^2.0.8",
"meilisearch": "^0.51.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"stopwords-en": "^0.3.0",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"type-fest": "^4.18.2"
}
}