forked from code4sac/opensac.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.42 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
56
57
{
"name": "opensac.org",
"version": "2.0.0-alpha.4",
"description": "Website for Open Sacramento",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/code4sac/opensac.org.git"
},
"keywords": [],
"author": {
"name": "Open Sacramento",
"email": "hello@opensac.org",
"url": "https://opensac.org"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/code4sac/opensac.org/issues"
},
"homepage": "https://github.com/code4sac/opensac.org#readme",
"devDependencies": {
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.5.2",
"@vitejs/plugin-react": "^4.3.1",
"concurrently": "^8.2.2",
"eslint": "8.57.0",
"eslint-config-next": "14.2.4",
"jsdom": "^24.1.0",
"next": "14.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.77.7",
"vitest": "^1.6.0"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@mui/material": "^5.16.0",
"@next/mdx": "^14.2.5",
"@types/mdx": "^2.0.13",
"keen-slider": "^6.8.6",
"moment": "^2.30.1",
"next-mdx-remote": "^4.4.1",
"prop-types": "^15.8.1",
"swr": "^2.2.5",
"yaml": "^2.4.5"
}
}