-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.34 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.34 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
{
"name": "sourdough",
"version": "4.0.0",
"license": "MIT",
"type": "module",
"scripts": {
"postinstall": "sink fetch",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint src --ext=js,jsx,ts,tsx --fix",
"format": "prettier --write ."
},
"dependencies": {
"18": "^0.0.0",
"boto3": "^0.0.1",
"jquery": "^3.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@michigandaily/rollup-plugin-dsv": "michigandaily/rollup-plugin-dsv#v2.0.0",
"@michigandaily/vite-plugin-transform-nunjucks": "michigandaily/vite-plugin-transform-nunjucks#v2.0.1",
"@types/jquery": "^3.5.32",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"prettier": "^3.2.5",
"sass": "^1.71.1",
"sink": "github:michigandaily/sink#v3.1.0",
"typescript": "^5.3.3",
"vite": "^5.1.7"
},
"packageManager": "pnpm@8.15.5+sha512.b051a32c7e695833b84926d3b29b8cca57254b589f0649d899c6e9d0edb670b91ec7e2a43459bae73759bb5ce619c3266f116bf931ce22d1ef1759a7e45aa96f"
}