-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.08 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.08 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
{
"name": "reference_ranking",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "rm -rf src/**/*.stories.* && next build --turbopack",
"start": "next start",
"lint": "eslint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"next": "15.5.3",
"react": "19.1.2",
"react-dom": "19.1.2"
},
"devDependencies": {
"@chromatic-com/storybook": "^4.1.1",
"@cloudflare/next-on-pages": "^1.13.16",
"@eslint/eslintrc": "^3",
"@storybook/addon-a11y": "^9.1.6",
"@storybook/addon-docs": "^9.1.6",
"@storybook/addon-onboarding": "^9.1.6",
"@storybook/addon-vitest": "^9.1.6",
"@storybook/nextjs-vite": "^9.1.6",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.5.3",
"eslint-plugin-storybook": "^9.1.6",
"react-server-dom-webpack": "19.1.2",
"storybook": "^9.1.6",
"tailwindcss": "^4",
"typescript": "^5"
}
}