-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (41 loc) · 970 Bytes
/
package.json
File metadata and controls
42 lines (41 loc) · 970 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
40
41
42
{
"name": "sciepedia",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"test": "jest"
},
"devDependencies": {
"@sveltejs/adapter-static": "^1.0.0",
"@sveltejs/kit": "^1.5.0",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/svelte": "^4.0.5",
"@types/eslint": "^8.56.1",
"@types/esprima": "^4.0.6",
"@types/jest": "^29.5.11",
"@types/typo-js": "^1.2.0",
"eslint": "^8.56.0",
"eslint-plugin-node": "^11.1.0",
"esprima": "^4.0.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"pyodide":"0.21.0-alpha.2",
"svelte": "^3.54.0",
"svelte-check": "^3.0.1",
"svelte-jester": "^3.0.0",
"ts-jest": "^29.1.1",
"tslib": "^2.4.1",
"typescript": "^4.9.3",
"vite": "^4.0.0"
},
"type": "module",
"dependencies": {
"@supabase/supabase-js": "^2.37.0",
"eslint-linter-browserify": "^8.56.0",
"l": "^0.6.0",
"typo-js": "^1.2.2"
}
}