-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.45 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
51
{
"name": "practisegrammar",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest --watch",
"test-ci": "jest",
"test-updateSnapshot": "jest --updateSnapshot",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@next/font": "13.1.6",
"@tanstack/react-query": "^4.24.9",
"firebase": "^9.17.2",
"next": "^13.4.2",
"openai": "^3.2.1",
"primeflex": "^3.3.0",
"primeicons": "^6.0.1",
"primereact": "^9.0.0-rc.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.0.7",
"@storybook/addon-interactions": "^7.0.7",
"@storybook/addon-links": "^7.0.7",
"@storybook/blocks": "^7.0.7",
"@storybook/nextjs": "^7.0.7",
"@storybook/react": "^7.0.7",
"@storybook/testing-library": "^0.0.14-next.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/node": "18.11.19",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"eslint": "8.33.0",
"eslint-config-next": "^13.4.2",
"eslint-plugin-storybook": "^0.6.11",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"next-router-mock": "^0.9.3",
"storybook": "^7.0.7",
"typescript": "4.9.5"
}
}