-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.35 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
{
"name": "nba-roster-jblossom",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "start-storybook -p 6006 --no-manager-cache",
"build-storybook": "build-storybook"
},
"dependencies": {
"@headlessui/react": "^1.4.1",
"@types/react-virtualized": "^9.21.14",
"autoprefixer": "^10.3.7",
"axios": "^0.23.0",
"clsx": "^1.1.1",
"lodash.debounce": "^4.0.8",
"next": "11.1.2",
"postcss": "^8.3.11",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"react-virtualized": "^9.22.3",
"swr": "^1.0.1",
"tailwindcss": "^2.2.17"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@storybook/addon-actions": "^6.3.12",
"@storybook/addon-essentials": "^6.3.12",
"@storybook/addon-links": "^6.3.12",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/react": "^6.3.12",
"@types/lodash.debounce": "^4.0.6",
"@types/react": "17.0.31",
"@types/tailwindcss": "^2.2.2",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"babel-loader": "^8.2.3",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"storybook-css-modules-preset": "^1.1.1",
"typescript": "4.4.4"
}
}