-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.12 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
{
"name": "dtvis",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "next dev",
"build": "next build",
"typecheck": "tsc --noEmit",
"lint": "next lint",
"storybook": "storybook dev -p 6006 --ci",
"build-storybook": "storybook build"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.5",
"@types/node": "20.5.9",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"next": "^14.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "^8.1.2",
"reactflow": "^11.8.3",
"redux": "^4.2.1",
"styled-jsx": "^5.1.6",
"typescript": "5.2.2",
"use-file-picker": "^2.1.1"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.0.9",
"@storybook/addon-interactions": "^8.0.9",
"@storybook/addon-links": "^8.0.9",
"@storybook/blocks": "^8.0.9",
"@storybook/nextjs": "^8.0.9",
"@storybook/react": "^8.0.9",
"@storybook/test": "^8.0.9",
"@wasm-tool/wasm-pack-plugin": "^1.7.0",
"eslint-plugin-storybook": "^0.8.0",
"storybook": "^8.0.9"
}
}