-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
50 lines (50 loc) · 1.44 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
{
"name": "cyber.uclaacm.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "yarn prettier -c pages/*.tsx pages/blog/*.tsx styles/*.scss components/*.tsx",
"fix": "yarn prettier -w pages/*.tsx pages/blog/*.tsx styles/*.scss components/*.tsx",
"prepare": "husky install"
},
"dependencies": {
"@types/js-yaml": "^4.0.5",
"@types/luxon": "^3.4.0",
"@types/node": "18.14.1",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"akamai": "^0.10.1",
"body-parser": "^1.20.2",
"eslint-plugin-prettier": "^4.2.1",
"gray-matter": "^4.0.3",
"highlight.js": "^11.8.0",
"husky": "^8.0.3",
"luxon": "^3.4.4",
"marked": "^5.0.2",
"next": "13.2.1",
"next-seo": "^6.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.59.3",
"sharp": "^0.32.5",
"typescript": "4.9.5"
},
"devDependencies": {
"@types/marked": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.36.0",
"eslint-config-next": "^13.2.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.7"
},
"packageManager": "[email protected]"
}