-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 919 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 919 Bytes
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
{
"name": "react1",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build -o build/storybook -s public",
"chromatic": "npx chromatic --project-token=chpt_0a1f5b271c11044"
},
"devDependencies": {
"@storybook/nextjs": "^7.0.22",
"@storybook/react": "7.0.22",
"@types/node": "^20.3.1",
"@types/react": "18.2.11",
"autoprefixer": "^10.4.14",
"chromatic": "^6.19.8",
"eslint": "^8.42.0",
"eslint-config-next": "^13.4.5",
"eslint-plugin-storybook": "^0.6.12",
"next": "^13.4.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.0.22",
"tailwindcss": "^3.3.2",
"typescript": "5.1.3"
},
"readme": "ERROR: No README data found!",
"_id": "react1@0.1.0"
}