-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.69 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
{
"name": "wardley-mapping",
"version": "3.2.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"esLintConfig": {
"extends": [
"plugin:valtio/recommended"
],
"react": {
"pragma": "React",
"version": "17.0.2"
}
},
"dependencies": {
"@codemirror/commands": "^6.1.0",
"@codemirror/search": "^6.2.0",
"@codemirror/state": "^6.1.1",
"@codemirror/view": "^6.3.0",
"@headlessui/react": "^1.7.3",
"@heroicons/react": "^2.0.12",
"@replit/codemirror-vscode-keymap": "^6.0.0",
"@types/codemirror": "^5.60.5",
"@types/combokeys": "^2.4.6",
"@types/react": "^17.0.48",
"@types/react-dom": "^17.0.17",
"@vitejs/plugin-react": "^2.0.0",
"chevrotain": "^10.3.0",
"codemirror": "^6.0.1",
"combokeys": "^3.0.1",
"eslint-plugin-valtio": "^0.6.0",
"graphology": "^0.25.0",
"graphology-generators": "0.11.2",
"graphology-types": "^0.24.4",
"lodash": "^4.17.21",
"pixi.js": "^6.5.5",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.8.4",
"valtio": "^1.7.0",
"vite": "^3.1.4",
"xregexp": "^5.1.1",
"y-codemirror.next": "^0.3.2",
"y-webrtc": "^10.2.3",
"yjs": "^13.5.41"
},
"engines": {
"node": ">=16"
},
"keywords": [],
"description": "",
"devDependencies": {
"@types/lodash": "^4.14.183",
"@vitest/coverage-c8": "^0.23.1",
"@vitest/ui": "^0.23.1",
"autoprefixer": "^10.4.12",
"happy-dom": "^6.0.4",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"vitest": "^0.23.4"
}
}