-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.71 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.71 KB
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": "scorpion",
"version": "0.1.0",
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"preview": "svelte-kit preview",
"deploy": "pnpm build && npx gh-pages -d build -t true",
"lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"test": "jest",
"format": "prettier --write --plugin-search-dir=. .",
"app": "electron .",
"app-build": "",
"up": "docker-compose up -d",
"stop": "docker-compose stop"
},
"devDependencies": {
"@sveltejs/adapter-node": "next",
"@sveltejs/adapter-static": "next",
"@sveltejs/kit": "next",
"@tailwindcss/forms": "^0.3.2",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"autoprefixer": "^10.2.5",
"cssnano": "^5.0.2",
"electron": "^12.0.7",
"electron-packager": "^15.2.0",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^3.2.0",
"gh-pages": "^3.1.0",
"jest": "^26.6.3",
"npm-run-all": "^4.1.5",
"playwright": "^1.11.0",
"postcss": "^8.2.15",
"postcss-load-config": "^3.0.1",
"prettier": "~2.2.1",
"prettier-plugin-svelte": "^2.3.0",
"rollup": "^2.48.0",
"svelte": "^3.38.2",
"svelte-preprocess": "^4.7.3",
"tailwindcss": "^2.1.2",
"tslib": "^2.2.0",
"typescript": "^4.2.4",
"vite": "^2.3.2"
},
"type": "module",
"main": "./src/electron.cjs",
"dependencies": {
"chart.js": "^3.2.1",
"cookie": "^0.4.1",
"final-form": "^4.20.2",
"graphql": "^15.5.0",
"graphql-request": "^3.4.0",
"gridjs": "^4.0.0",
"quill": "^1.3.7",
"svelte-i18n": "^3.3.9",
"techan": "^0.8.0",
"three": "^0.128.0",
"twemoji": "^13.0.2",
"x-data-spreadsheet": "^1.1.9"
},
"volta": {
"node": "^16.1.0"
}
}