-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.42 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.42 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
{
"name": "uclagrades.com",
"version": "0.1.0",
"private": true,
"scripts": {
"generate": "ts-node --compilerOptions '{\"module\":\"commonjs\"}' data/clean.ts",
"dev": "next dev",
"build": "yarn run generate && NEXT_PUBLIC_COMMIT_HASH=$(git rev-parse HEAD) next build",
"start": "next start",
"lint": "next lint",
"format": "prettier . --write"
},
"dependencies": {
"autoprefixer": "10.4.16",
"chart.js": "^4.4.0",
"classnames": "^2.3.2",
"csv": "^6.3.3",
"date-fns": "^2.30.0",
"eslint": "8.50.0",
"eslint-config-next": "13.5.3",
"lodash": "^4.17.21",
"multistream": "^4.1.0",
"next": "14.2.12",
"postcss": "8.4.31",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.6.1",
"react-modal": "^3.16.1",
"react-select": "^5.7.5",
"tailwindcss": "3.3.3",
"typescript": "5.2.2"
},
"devDependencies": {
"@types/lodash": "^4.14.200",
"@types/multistream": "^4.1.2",
"@types/node": "^20.8.9",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"@types/react-modal": "3.16.3",
"eslint-config-prettier": "^8.8.0",
"mkdirp": "^3.0.1",
"prettier": "^3.0.0",
"ts-node": "^10.9.1"
},
"packageManager": "yarn@3.6.0+sha512.418e45c2268c4d6b69a28f3939084b5853d5f392c43c0b5588bd1995a96e328414ae4b7777a8980c64bad4328c52586ff879b289f98ae65372a55fa4d0ff70dd"
}