-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 890 Bytes
/
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
{
"name": "instrument-acs",
"private": true,
"scripts": {
"dev": "next dev -p 3003",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@react-hook/resize-observer": "^1.2.6",
"aws-amplify": "^5.0.4",
"aws-sdk": "^2.1261.0",
"classnames": "^2.3.1",
"core-js": "^3.24.1",
"directory-tree": "^3.3.0",
"image-size": "^1.0.2",
"katex": "^0.16.0",
"next": "latest",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-hook-form": "^7.39.5",
"toml": "^3.0.0"
},
"devDependencies": {
"@types/katex": "^0.14.0",
"@types/luxon": "^3.0.1",
"@types/node": "^18.0.5",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"autoprefixer": "^10.4.7",
"luxon": "^3.0.4",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.2",
"typescript": "4.7.2"
}
}