-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.2 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
{
"name": "mpt-server",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest"
},
"dependencies": {
"@scalar/api-reference": "^1.17.16",
"@vercel/analytics": "^1.0.0",
"axios": "^1.4.0",
"firebase": "^9.9.3",
"handlebars": "^4.7.8",
"next": "latest",
"polygon-lookup": "^2.6.0",
"puppeteer-core": "^21.5.2",
"react": "latest",
"react-dom": "latest",
"react-icons": "^4.12.0",
"react-loader-spinner": "^5.3.4",
"swr": "^1.3.0",
"toastify-js": "^1.12.0",
"veaury": "^2.3.12"
},
"stackblitz": {
"startCommand": "yarn install && yarn dev"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.16",
"eslint": "8.23.0",
"eslint-config-next": "latest",
"jest": "^29.0.2",
"jest-environment-jsdom": "^29.0.2",
"node-mocks-http": "^1.11.0",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"packageManager": "yarn@4.4.1"
}