-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 876 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 876 Bytes
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
{
"name": "plain",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"sequelize": "./node_modules/.bin/sequelize"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-node": "^2.1.2",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"sass": "^1.69.5",
"svelte": "^4.2.7",
"tailwindcss": "^3.3.6",
"vite": "^5.0.3"
},
"type": "module",
"dependencies": {
"bcrypt": "^5.1.1",
"dotenv": "^16.3.1",
"highlight.js": "^11.9.0",
"jsdom": "^23.1.0",
"mariadb": "^3.2.2",
"marked": "^11.1.0",
"marked-highlight": "^2.1.0",
"mysql2": "^3.6.5",
"path": "^0.12.7",
"sequelize": "^6.35.2",
"sequelize-cli": "^6.6.2",
"unidecode": "^0.1.8",
"zod": "^3.22.4"
}
}