-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
124 lines (124 loc) · 3.48 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "wallaby-3433",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/standalone": "^7.24.5",
"@solid-primitives/scheduled": "^1.4",
"@solid-primitives/selection": "^0.0.8",
"@solid-primitives/static-store": "^0.0.8",
"@solid-primitives/storage": "^4.2.1",
"@solidjs/router": "^0.14",
"@tanstack/solid-table": "^8.19",
"@zag-js/combobox": "^0.76",
"@zag-js/file-upload": "^0.76",
"@zag-js/solid": "^0.76",
"archiver": "^7.0.1",
"assert": "^2.1.0",
"axios": "^1.3.6",
"babel-preset-solid": "^1.8.17",
"base64-js": "^1.5.1",
"bcrypt": "^5.0.1",
"browser-util-inspect": "^0.2.0",
"codemirror": "^6.0.1",
"csv-parse": "^5.5.6",
"debug": "^4.3.3",
"diff-match-patch": "^1.0.5",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"escape-html": "^1.0.3",
"fast-array-diff": "^1.1.0",
"fastify": "^5.0",
"fractional-indexing": "^3.2.0",
"fuzzy": "~0.1",
"inflection": "^2.0.1",
"minisearch": "^6.0.1",
"mitt": "~3.0",
"nanoid": "^4.0.2",
"next-tick": "^1.1",
"nodemailer": "^6.7.2",
"pako": "^2.1.0",
"pg": ">=8.8.0",
"pg-mem": ">=2.5.0",
"pusher": "^5.0.1",
"pusher-js": "^8.0.2",
"ramda": "^0.29.0",
"sales-tax": "^2.14.0",
"scroll-into-view-if-needed": "^3.0.10",
"snabbdom": "^3.6.2",
"solid-boundaries": "^2.1.0",
"solid-js": "~1.8",
"tap": "^21.0.1",
"textarea-caret-ts": "^4.1.1",
"timeago.js": "^4.0.2",
"tinykeys": "^3.0.0",
"unzipper": "^0.11.6",
"ws": "^8.8.1",
"xregexp": "^5.1.1",
"zod": ">=3.17.3"
},
"devDependencies": {
"@babel/parser": "^7.24.5",
"@babel/types": "^7.24.5",
"@lezer/generator": "^1.5.1",
"@playwright/test": "^1.49.0",
"@solidjs/testing-library": "^0.8.4",
"@tailwindcss/forms": "~0.5",
"@tailwindcss/typography": "~0.5",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.5.2",
"@types/archiver": "^6.0.2",
"@types/babel__standalone": "^7.1.7",
"@types/bcrypt": "^5.0.0",
"@types/chai": "^4.3.0",
"@types/debug": "^4.1.7",
"@types/diff-match-patch": "^1.0.36",
"@types/ejs": "^3.1.0",
"@types/escape-html": "^1.0.2",
"@types/inflection": "^1.13.0",
"@types/json-pointer": "^1.0.31",
"@types/mocha": "^9.1.0",
"@types/next-tick": "^1.0.0",
"@types/node": "^18.15.13",
"@types/nodemailer": "^6.4.4",
"@types/object-inspect": "^1.8.1",
"@types/pako": "^2.0.3",
"@types/pg": "^8.6.6",
"@types/ramda": "^0.29.0",
"@types/sales-tax": "^2.3.3",
"@types/unzipper": "^0.10.9",
"@types/ws": "^8.5.3",
"autoprefixer": "~10.4",
"chai": "^4.3.6",
"jsdom": "^22.1.0",
"json-beautify": "^1.1",
"json-pointer": "^0.6.2",
"madge": "^8.0.0",
"mocha": "^9.2.1",
"nodemon": "^3.1",
"object-inspect": "^1.12.3",
"patch-package": "^8.0.0",
"pino-pretty": "^7.3.0",
"postcss": "^8.4.14",
"postcss-import": "^16.1.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.2.1",
"solid-devtools": "~0.30",
"tailwindcss-cli": "^0.1.2",
"ts-unused-exports": "^9.0.4",
"tsconfig-paths": "^4.2",
"tsx": "^4.19.1",
"typescript": "~5.4",
"vite": "~5.3",
"vite-plugin-solid": "~2.10",
"vite-tsconfig-paths": "~4.3",
"vitest": "^1.4"
}
}