-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.22 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
{
"name": "spotify",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"sb": "start-storybook -p 6007",
"build-storybook": "build-storybook"
},
"dependencies": {
"framer-motion": "^6.2.7",
"next": "12.0.9",
"next-auth": "^4.2.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"spotify-web-api-node": "^5.0.2",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-interactions": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/builder-webpack5": "^6.4.19",
"@storybook/manager-webpack5": "^6.4.19",
"@storybook/react": "^6.4.19",
"@storybook/testing-library": "^0.0.9",
"@types/node": "17.0.13",
"@types/react": "17.0.38",
"@types/styled-components": "^5.1.21",
"babel-loader": "^8.2.3",
"babel-plugin-styled-components": "^2.0.2",
"eslint": "8.7.0",
"eslint-config-next": "12.0.9",
"eslint-plugin-storybook": "^0.5.7",
"storybook-addon-next": "^1.4.4",
"typescript": "4.5.5",
"webpack": "^5.69.1"
}
}