-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 3.46 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
97
98
99
100
101
102
103
104
105
106
{
"name": "codeslide.net",
"version": "0.5.1",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.8.1",
"@ant-design/pro-layout": "^7.17.19",
"@hello-pangea/dnd": "^16.5.0",
"@marker.io/browser": "^0.18.0",
"@reduxjs/toolkit": "^1.7.1",
"@svgdotjs/svg.js": "^3.1.1",
"@vitest/utils": "^0.34.6",
"antd": "^5.15.4",
"classnames": "^2.3.1",
"date-fns": "^2.28.0",
"deep-object-diff": "^1.1.9",
"file-saver": "^2.0.5",
"history": "4.7.2",
"katex": "^0.16.8",
"marked": "^4.1.0",
"mousetrap": "1.6.5",
"net": "^1.0.2",
"playwright": "^1.42.1",
"prismjs": "^1.29.0",
"react": "^17.0.2",
"react-color": "2.19.3",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "17.0.2",
"react-redux": "7.2.6",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-simple-code-editor": "^0.13.1",
"react-sizeme": "^3.0.2",
"react-to-print": "^2.14.3",
"redux": "4.1.2",
"redux-thunk": "2.4.1",
"reselect": "4.1.5",
"svg-path-commander": "^2.0.9",
"tslib": "2.3.1"
},
"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:cv": "vitest --coverage",
"test:ci": "vitest run --coverage --browser.name=chromium --browser.provider=playwright --browser.headless",
"storybook": "storybook dev -p 6006",
"chromatic": "npx chromatic --project-token=chpt_fb075605340d316",
"fix-coverage-paths": "replace-in-file '/home/runner/work/ui/ui/' './' coverage/coverage-final.json coverage/clover.xml"
},
"devDependencies": {
"@codecov/vite-plugin": "^0.0.1-beta.6",
"@storybook/addon-actions": "^7.5.1",
"@storybook/addon-essentials": "^7.5.1",
"@storybook/addon-links": "^7.5.1",
"@storybook/react": "^7.5.1",
"@storybook/react-vite": "^7.5.1",
"@types/file-saver": "^2.0.5",
"@types/history": "^4.7.9",
"@types/katex": "^0.16.3",
"@types/lodash": "4.14.178",
"@types/marked": "^4.0.7",
"@types/mousetrap": "1.6.9",
"@types/node": "20.9.3",
"@types/prismjs": "^1.26.3",
"@types/react": "^18.2.48",
"@types/react-color": "3.0.6",
"@types/react-dom": "^18.2.18",
"@types/react-measure": "2.0.8",
"@types/react-redux": "7.1.21",
"@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.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@vitejs/plugin-react": "^4.0.3",
"@vitest/browser": "^0.34.6",
"@vitest/coverage-istanbul": "^0.34.6",
"@vitest/coverage-v8": "^0.34.6",
"autoprefixer": "^10.4.19",
"chromatic": "^7.4.0",
"eslint": "^8.51.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-storybook": "^0.6.15",
"jsdom": "^24.0.0",
"postcss": "^8.4.38",
"replace-in-file": "^7.1.0",
"sass": "^1.72.0",
"storybook": "^7.5.1",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-plugin-pwa": "^0.17.0",
"vitest": "^0.34.6",
"webdriverio": "^8.16.10"
}
}