|
5 | 5 | "private": true,
|
6 | 6 | "scripts": {
|
7 | 7 | "build": "next build",
|
8 |
| - "deploy": "yarn build", |
| 8 | + "deploy": "pnpm build", |
9 | 9 | "dev": "next",
|
10 |
| - "lint": "tsc --noEmit && next lint && yarn lint:eslint", |
| 10 | + "lint": "tsc --noEmit && next lint && pnpm lint:eslint", |
11 | 11 | "lint:eslint": "eslint --ignore-path ../.gitignore --ignore-path .gitignore --max-warnings 0 .",
|
12 | 12 | "lint:prettier": "prettier --ignore-path ../.gitignore --ignore-path .gitignore --loglevel warn --check **/*.{js,jsx,ts,tsx,sol,md,json}",
|
13 |
| - "prestart": "yarn export", |
| 13 | + "prestart": "pnpm export", |
14 | 14 | "start": "serve out",
|
15 | 15 | "test": "jest --ci --passWithNoTests",
|
16 | 16 | "test:watch": "jest --watch"
|
|
22 | 22 | "@mui/material": "^5.14.3",
|
23 | 23 | "@plasmicapp/loader-nextjs": "^1.0.302",
|
24 | 24 | "add": "^2.0.6",
|
| 25 | + "csstype": "^3.1.2", |
25 | 26 | "next": "latest",
|
26 | 27 | "random-words": "^2.0.0",
|
27 | 28 | "react": "^18.2.0",
|
28 | 29 | "react-dom": "^18.2.0",
|
29 | 30 | "serve": "^14.2.0",
|
30 |
| - "uuid": "^9.0.0", |
31 |
| - "yarn": "^1.22.19" |
| 31 | + "uuid": "^9.0.0" |
32 | 32 | },
|
33 | 33 | "devDependencies": {
|
34 | 34 | "@testing-library/dom": "^9.3.1",
|
35 | 35 | "@testing-library/jest-dom": "^5.17.0",
|
36 | 36 | "@testing-library/react": "^14.0.0",
|
37 | 37 | "@testing-library/user-event": "^14.4.3",
|
| 38 | + "@types/lodash": "^4.14.196", |
38 | 39 | "@types/node": "^18.11.5",
|
39 | 40 | "@types/papaparse": "^5.3.7",
|
40 | 41 | "@types/qs": "^6.9.7",
|
|
0 commit comments