-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.77 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.77 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
{
"name": "cleanslate",
"repository": "https://github.com/successible/cleanslate.git",
"author": "Paul Zakin",
"license": "Apache-2.0",
"private": true,
"scripts": {
"dev": "pnpm install && bash dev.sh",
"lint": "cd src && npx tsc && npx biome check --fix --unsafe",
"proxy": "bash proxy.sh",
"test": "jest"
},
"dependencies": {
"@apollo/client": "4.1.6",
"@emotion/react": "11.14.0",
"@maslick/koder": "1.3.2",
"@sentry/react": "10.46.0",
"@types/express": "5.0.6",
"@types/jest": "30.0.0",
"@types/js-cookie": "3.0.6",
"@types/lodash-es": "4.17.12",
"@types/ms": "2.1.0",
"@types/node": "24.12.0",
"@types/pluralize": "0.0.33",
"@types/react": "19.2.14",
"@types/traverse": "0.6.37",
"@types/ua-parser-js": "0.7.39",
"axios": "1.15.0",
"compare-versions": "6.1.1",
"dayjs": "1.11.20",
"deepmerge": "4.3.1",
"express": "5.2.1",
"firebase": "12.11.0",
"graphql": "16.13.2",
"graphql-ws": "6.0.8",
"helmet": "8.1.0",
"immer": "11.1.4",
"jose": "6.2.2",
"js-cookie": "3.0.5",
"lodash-es": "4.18.1",
"ms": "2.1.3",
"next": "16.2.1",
"pino-http": "11.0.0",
"pino-pretty": "13.1.3",
"pluralize": "8.0.0",
"prop-types": "15.8.1",
"quick-score": "0.2.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-icons": "5.6.0",
"react-toastify": "11.0.5",
"sass": "1.98.0",
"traverse": "0.6.11",
"typescript": "6.0.2",
"ua-parser-js": "2.0.9",
"uuid": "13.0.0",
"workbox-build": "7.4.0"
},
"devDependencies": {
"@biomejs/biome": "2.4.10",
"@jest/globals": "30.3.0",
"@swc/core": "1.15.21",
"@swc/jest": "0.2.39",
"firebase-admin": "13.7.0",
"jest": "30.3.0",
"nodemon": "3.1.14"
}
}