|
1 | 1 | {
|
2 | 2 | "name": "solana-com",
|
3 |
| - "private": true, |
4 | 3 | "description": "The solana.com website",
|
5 | 4 | "version": "3.0.0",
|
6 | 5 | "author": "Solana Maintainers",
|
|
70 | 69 | "eslint-plugin-react-hooks": "^4.6.2",
|
71 | 70 | "husky": "^9.0.11",
|
72 | 71 | "next-sitemap": "^4.2.3",
|
73 |
| - "next-transpile-modules": "^10.0.1", |
74 | 72 | "postcss": "^8.4.38",
|
75 | 73 | "postcss-preset-env": "^9.5.14",
|
76 | 74 | "prettier": "^3.2.5",
|
77 | 75 | "svg-react-loader": "^0.4.6",
|
78 | 76 | "typescript": "^5.4.5"
|
79 | 77 | },
|
80 | 78 | "scripts": {
|
81 |
| - "build": "echo 'Building solana-com...' && next build", |
| 79 | + "build": "next build", |
82 | 80 | "dev": "next",
|
83 |
| - "develop": "yarn dev", |
84 | 81 | "start": "next start",
|
85 |
| - "format": "prettier --check \"**/*.{js,jsx,ts,tsx,json,md,scss}\"", |
86 |
| - "format:fix": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,scss}\"", |
| 82 | + "format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json,md,scss}\"", |
| 83 | + "format:all": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,scss}\"", |
87 | 84 | "lint": "next lint",
|
88 |
| - "lint:fix": "yarn lint --fix", |
89 |
| - "vdev": "vercel dev --debug", |
| 85 | + "lint:fix": "next lint --fix", |
90 | 86 | "postbuild": "next-sitemap",
|
91 | 87 | "prepare": "husky"
|
92 |
| - }, |
93 |
| - "msw": { |
94 |
| - "workerDirectory": "public" |
95 | 88 | }
|
96 | 89 | }
|
0 commit comments