-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
66 lines (66 loc) · 1.94 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
{
"name": "potluck-parser",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"refactor-watcher": "node src/refactor/watcher.mjs sample-data",
"refactor-cleanup": "node src/refactor/cleanup-highlighters.mjs sample-data"
},
"dependencies": {
"@codemirror/autocomplete": "^6.1.0",
"@codemirror/commands": "^6.0.1",
"@codemirror/lang-javascript": "^6.0.2",
"@codemirror/language": "^6.2.1",
"@codemirror/state": "^6.1.0",
"@codemirror/view": "^6.0.3",
"@radix-ui/react-hover-card": "^0.1.5",
"@radix-ui/react-icons": "^1.1.1",
"@radix-ui/react-popover": "^1.0.0",
"@radix-ui/react-toast": "^1.0.0",
"@radix-ui/react-tooltip": "^1.0.0",
"@rollup/plugin-dsv": "^2.0.3",
"@types/memoizee": "^0.4.8",
"@types/nanoid-dictionary": "^4.2.0",
"browser-fs-access": "^0.31.0",
"classnames": "^2.3.1",
"codemirror": "^6.0.1",
"date-fns": "^2.28.0",
"eventemitter3": "^4.0.7",
"file-dialog": "^0.0.8",
"fuzzyset": "^1.0.7",
"idb-keyval": "^6.2.0",
"lodash": "^4.17.21",
"luxon": "^3.0.1",
"memoizee": "^0.4.15",
"mobx": "^6.6.1",
"mobx-react-lite": "^3.4.0",
"nanoid": "^4.0.0",
"nanoid-dictionary": "^4.3.0",
"ohm-js": "^16.4.0",
"prismjs": "^1.28.0",
"react": "^18.0.0",
"react-big-calendar": "^1.5.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@types/lodash": "^4.14.182",
"@types/luxon": "^3.0.0",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.0.0",
"@types/react-big-calendar": "^0.38.1",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"autoprefixer": "^10.4.7",
"outdent": "^0.8.0",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"rollup-plugin-analyzer": "^4.0.0",
"tailwindcss": "^3.1.6",
"typescript": "^4.6.3",
"vite": "^2.9.9",
"watcher": "^1.2.0"
}
}