-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 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
52
{
"name": "tekyn-pokedex",
"homepage": "https://seedy.github.io/tekyn-pokedex",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "start-storybook -p 6006",
"deploy-storybook": "storybook-to-ghpages -o out",
"test": "jest --watch",
"test:ci": "jest --ci --silent"
},
"dependencies": {
"@stitches/react": "^1.2.8",
"downshift": "^6.1.7",
"next": "12.1.5",
"react": "18.1.0",
"react-dom": "18.1.0",
"ts-debounce": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@storybook/addon-actions": "^6.4.22",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/addon-interactions": "^6.4.22",
"@storybook/addon-links": "^6.4.22",
"@storybook/storybook-deployer": "^2.8.11",
"@storybook/react": "^6.4.22",
"@storybook/testing-library": "^0.0.11",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1",
"@types/node": "17.0.30",
"@types/react": "18.0.8",
"@types/react-dom": "18.0.3",
"babel-loader": "^8.2.5",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"eslint-plugin-storybook": "^0.5.11",
"jest": "^28.0.3",
"jest-environment-jsdom": "^28.0.2",
"msw": "^0.39.2",
"next-router-mock": "^0.6.7",
"sb": "^6.4.22",
"typescript": "4.6.4"
},
"msw": {
"workerDirectory": "public"
}
}