-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
57 lines (57 loc) · 1.65 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
{
"name": "cml-narrative",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "vite build",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"dev": "vite dev --port 5000 --host 0.0.0.0",
"format": "prettier --plugin-search-dir . --write .",
"lint": "prettier --plugin-search-dir . --check .",
"preview": "vite preview --port 4000",
"start": "HOST=0.0.0.0 PORT=5000 node ./build/index.js"
},
"type": "module",
"dependencies": {
"@excalidraw/excalidraw": "^0.15.2",
"@macfja/svelte-persistent-store": "^2.3.1",
"@popperjs/core": "^2.11.8",
"@zxing/library": "^0.20.0",
"intro.js": "^7.0.1",
"jspdf": "^2.5.1",
"lodash": "^4.17.21",
"papaparse": "^5.4.1",
"pdfkit": "^0.14.0",
"qrcode": "^1.5.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"svelte-awesome-color-picker": "^2.2.2",
"svelte-dnd-action": "^0.9.22",
"svelte-file-dropzone": "^2.0.4",
"svelte-portal": "^2.2.0",
"svelte-preprocess-react": "^0.15.0",
"svelte-react-kit": "^0.1.12",
"svelte-simple-modal": "^1.6.1",
"vite": "^4.0.0"
},
"devDependencies": {
"@sveltejs/adapter-node": "^1.3.0",
"@sveltejs/kit": "^1.0.0",
"@types/papaparse": "^5.3.14",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.2.32",
"autoprefixer": "^10.4.17",
"daisyui": "^3.2.1",
"html5-qrcode": "^2.3.8",
"postcss": "^8.4.21",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.8.1",
"prettier-plugin-tailwindcss": "^0.3.0",
"svelte": "^3.54.0",
"svelte-check": "^2.9.2",
"tailwindcss": "^3.4.1",
"tslib": "^2.4.1",
"typescript": "^4.9.3"
}
}