-
Notifications
You must be signed in to change notification settings - Fork 110
/
package.json
96 lines (96 loc) · 3.05 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "mydraft.cc",
"version": "1.0.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@marker.io/browser": "^0.19.0",
"@reduxjs/toolkit": "^1.9.7",
"@svgdotjs/svg.js": "^3.2.0",
"@vitest/utils": "^0.34.6",
"antd": "5.11.2",
"classnames": "^2.3.2",
"d3-selection": "^3.0.0",
"d3-zoom": "^3.0.0",
"date-fns": "^2.30.0",
"deep-object-diff": "^1.1.9",
"file-saver": "^2.0.5",
"history": "4.7.2",
"marked": "^10.0.0",
"mousetrap": "1.6.5",
"playwright": "^1.40.0",
"react": "17.0.2",
"react-beautiful-dnd": "^13.1.1",
"react-color": "2.19.3",
"react-dnd": "16.0.1",
"react-dnd-html5-backend": "16.0.1",
"react-dom": "17.0.2",
"react-redux": "8.1.3",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-sizeme": "^3.0.2",
"react-to-print": "^2.14.15",
"redux": "4.2.1",
"redux-thunk": "2.4.2",
"reselect": "4.1.8",
"tslib": "2.6.2"
},
"scripts": {
"start": "vite",
"start-local": "vite --mode local-server",
"lint": "eslint src/**/*.ts[x]",
"lint:fix": "eslint src/**/*.ts[x] --fix",
"build": "tsc && vite build",
"build-storybook": "storybook build",
"test": "vitest --browser",
"test:ci": "vitest run --coverage --browser.name=chromium --browser.provider=playwright --browser.headless",
"storybook": "storybook dev -p 6006",
"chromatic": "npx chromatic --project-token=41cda26e5757"
},
"devDependencies": {
"@storybook/addon-actions": "^7.5.3",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-links": "^7.5.3",
"@storybook/react": "^7.5.3",
"@storybook/react-vite": "^7.5.3",
"@types/d3-zoom": "^3.0.8",
"@types/file-saver": "^2.0.7",
"@types/history": "^4.7.11",
"@types/lodash": "4.14.202",
"@types/marked": "^4.0.7",
"@types/mousetrap": "1.6.14",
"@types/node": "20.9.3",
"@types/react": "17.0.65",
"@types/react-beautiful-dnd": "^13.1.7",
"@types/react-color": "3.0.10",
"@types/react-dom": "17.0.11",
"@types/react-measure": "2.0.12",
"@types/react-redux": "7.1.31",
"@types/react-router": "5.1.17",
"@types/react-router-dom": "5.3.2",
"@types/react-router-redux": "5.0.20",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/browser": "^0.34.6",
"@vitest/coverage-istanbul": "^0.34.6",
"@vitest/coverage-v8": "^0.34.6",
"chromatic": "^9.1.0",
"eslint": "^8.54.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-storybook": "^0.6.15",
"sass": "^1.69.5",
"storybook": "^7.5.3",
"typescript": "^5.3.2",
"vite": "^5.0.0",
"vite-plugin-favicon": "^1.0.8",
"vite-plugin-pwa": "^0.17.0",
"vitest": "^0.34.6",
"webdriverio": "^8.23.3"
}
}