-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.09 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
{
"name": "new_web_app",
"version": "2",
"description": "IoT Toolkit's implementation for Bolid Sp. z o.o.",
"author": "IoT-Toolkit",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next build && next export",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@storybook/addon-knobs": "^6.0.16",
"image-trace-loader": "^1.0.2",
"lqip-loader": "^2.2.0",
"next": "^9.5.2",
"next-optimized-images": "^2.6.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-icons": "^3.11.0",
"styled-components": "^5.1.1",
"validate.js": "^0.13.1",
"webp-loader": "^0.6.0"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@storybook/addon-actions": "^6.0.16",
"@storybook/addon-essentials": "^6.0.16",
"@storybook/addon-links": "^6.0.16",
"@storybook/react": "^6.0.16",
"babel-loader": "^8.1.0",
"next-compose-plugins": "^2.2.0",
"next-offline": "^5.0.2",
"next-progressbar": "^1.0.0",
"react-is": "^16.13.1"
}
}