-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 925 Bytes
/
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
{
"name": "template-next-styled",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"clsx": "^1.0.4",
"dotenv": "^8.2.0",
"imagemin-pngquant": "^8.0.0",
"imagemin-svgo": "^7.0.0",
"next": "9.1.4",
"next-optimized-images": "^2.5.4",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-hook-form": "^3.28.7",
"styled-components": "^4.4.1",
"yup": "^0.27.0"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@storybook/addon-actions": "^5.2.6",
"@storybook/addon-links": "^5.2.6",
"@storybook/addon-storysource": "^5.2.6",
"@storybook/addon-viewport": "^5.2.6",
"@storybook/addons": "^5.2.6",
"@storybook/react": "^5.2.6",
"babel-loader": "^8.0.6"
}
}