-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
76 lines (76 loc) · 2.53 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
{
"name": "auto-gql",
"version": "0.0.11",
"private": false,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"test": "playwright test",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"pushthis": "git add . && git commit -m 'generic' && git push",
"pushWM": "git add . && git commit -m 'generic' && git push && git checkout main && git merge working && git push && git checkout working",
"forcePullWM": "git checkout working && git pull --force && git checkout main && git pull --force && git checkout working",
"forcePullMAndMergeToWAndpush": "git checkout main && git pull --force && git checkout working && git merge main && git push"
},
"devDependencies": {
"@fontsource/fira-mono": "^4.5.10",
"@neoconfetti/svelte": "^1.0.0",
"@playwright/test": "^1.25.0",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.5.0",
"@sveltejs/package": "^1.0.0-next.6",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^4.0.0",
"postcss": "^8.4.14",
"postcss-load-config": "^4.0.1",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.8.1",
"svelte": "^3.54.0",
"svelte-check": "^3.0.1",
"svelte-preprocess": "^4.10.7",
"svelte2tsx": "^0.5.22",
"tailwindcss": "^3.1.5",
"tslib": "^2.3.1",
"typescript": "^4.9.3",
"vite": "^4.0.0"
},
"type": "module",
"dependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"@lukeed/uuid": "^2.0.0",
"@tanstack/svelte-table": "^8.8.5",
"@urql/core": "^2.4.4",
"@urql/svelte": "^4.0.4",
"bootstrap-icons": "^1.8.1",
"cm6-graphql": "^0.0.14",
"codemirror": "^6.0.1",
"cookie": "^0.4.1",
"daisyui": "^4.4.20",
"dotenv": "^16.0.0",
"fuse.js": "^6.6.2",
"graphql": "^16.3.0",
"graphql-formatter": "^1.0.3",
"graphql-prettier": "^1.0.6",
"highlight.js": "^11.7.0",
"json5": "^2.2.3",
"lodash": "^4.17.21",
"mapbox-gl": "^2.12.0",
"monaco-editor": "^0.36.1",
"object-deep-compare": "^1.2.0",
"requirejs": "^2.3.6",
"serialize-javascript": "^6.0.1",
"svelte-codemirror-editor": "^1.3.0",
"svelte-dnd-action": "^0.9.21",
"svelte-infinite-loading": "^1.3.8",
"svelte-persisted-store": "^0.11.0",
"svelte-portal": "^2.2.0"
}
}