-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.43 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
49
50
{
"name": "times-pilot",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "npx chromatic --project-token=chpt_a393bfa45ec55fb"
},
"dependencies": {
"@types/node": "20.5.9",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"axios": "^1.6.0",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"firebase": "^10.5.0",
"framer-motion": "^10.16.4",
"lru-cache": "^10.2.0",
"mini-css-extract-plugin": "^2.7.6",
"next": "^14.2.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"storybook-addon-state": "^1.0.3",
"typescript": "5.2.2"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.5.2",
"@storybook/addon-interactions": "^7.5.2",
"@storybook/addon-links": "^7.5.2",
"@storybook/addon-mdx-gfm": "^7.5.2",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/addon-viewport": "^7.5.2",
"@storybook/blocks": "^7.5.2",
"@storybook/nextjs": "^7.5.2",
"@storybook/react": "^7.5.2",
"@storybook/testing-library": "^0.2.2",
"chromatic": "^10.9.6",
"eslint-plugin-storybook": "^0.6.15",
"sass": "^1.66.1",
"storybook": "^7.5.2",
"storybook-react-context": "^0.6.0"
}
}