-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 950 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 950 Bytes
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
{
"name": "cafenow",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@storybook/addon-knobs": "^6.3.0",
"@storybook/addon-notes": "^5.3.21",
"@storybook/addon-viewport": "^6.3.7",
"init": "^0.1.2",
"next": "^11.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-components": "^5.3.0"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@storybook/addon-actions": "^6.3.7",
"@storybook/addon-essentials": "^6.3.7",
"@storybook/addon-links": "^6.3.7",
"@storybook/react": "^6.3.7",
"@types/react": "^17.0.17",
"babel-loader": "^8.2.2",
"typescript": "^4.3.5"
},
"scripts": {
"dev": "next",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "next start",
"build": "next build",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"author": "",
"license": "ISC"
}