forked from satisfactorymodding/smr-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
124 lines (124 loc) · 4.5 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "smr-next",
"version": "0.0.1",
"scripts": {
"build": "bun run translations && bun run build:static && bun run build:node",
"build:staging": "cross-env NODE_ENV=staging bun run build:static && bun run build:node",
"build:production": "cross-env NODE_ENV=production bun run build:static && bun run build:node",
"build:node": "rimraf .svelte build/node && cross-env SVELTE_ADAPTER=bun vite build",
"build:static": "rimraf .svelte build/static && vite build",
"check": "svelte-check --ignore build,.svelte,.svelte-kit",
"check:dev": "svelte-check --ignore build,.svelte,.svelte-kit --watch",
"dev": "conc -c 'auto' bun:graphql-codegen:watch bun:dev:serve bun:check:dev bun:lint:dev",
"dev:serve": "vite dev --host",
"graphql-codegen": "graphql-codegen -r dotenv-flow/config --default-node-env=development --config codegen.yml",
"graphql-codegen:watch": "bun graphql-codegen --watch",
"lint": "eslint . && prettier --check .",
"lint:dev": "chokidar -c \"eslint . --cache\" --silent --initial \"src/**/*.svelte\" \"src/**/*.ts\"",
"prepare": "husky",
"postinstall": "svelte-kit sync",
"start": "svelte-kit start",
"format": "prettier --write . && eslint . --fix",
"translations": "sh ./download_translations.sh"
},
"dependencies": {
"@felte/core": "^1.4.3",
"@felte/reporter-svelte": "^1.1.11",
"@felte/validator-zod": "^1.0.17",
"@floating-ui/dom": "^1.6.8",
"@tolgee/svelte": "^5.28.6",
"@urql/core": "^5.0.4",
"@urql/exchange-auth": "^2.2.0",
"@urql/exchange-graphcache": "^7.1.2",
"@urql/exchange-persisted": "^4.3.0",
"@urql/introspection": "^1.1.0",
"@urql/svelte": "^4.2.1",
"custom-protocol-check": "^1.4.0",
"dompurify": "^3.1.6",
"felte": "^1.2.14",
"graphql": "^16.9.0",
"js-cookie": "^3.0.5",
"jsdom": "^24.1.1",
"jszip": "^3.10.1",
"marked": "^13.0.2",
"marked-gfm-heading-id": "^4.0.0",
"marked-mangle": "^1.1.8",
"prismjs": "^1.29.0",
"semver": "^7.6.3",
"socket.io-client": "^4.7.5",
"tslib": "^2.6.3",
"thumbhash": "^0.1.1",
"wonka": "^6.3.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@cfworker/json-schema": "^1.12.8",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@eslint/eslintrc": "^3.1.0",
"@graphql-codegen/add": "^5.0.3",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/introspection": "^4.0.3",
"@graphql-codegen/typed-document-node": "^5.0.9",
"@graphql-codegen/typescript": "^4.0.9",
"@graphql-codegen/typescript-document-nodes": "^4.0.9",
"@graphql-codegen/typescript-graphql-files-modules": "^3.0.0",
"@graphql-codegen/typescript-operations": "^4.2.3",
"@graphql-codegen/typescript-urql": "^4.0.0",
"@graphql-codegen/urql-introspection": "^3.0.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@parcel/watcher": "^2.4.1",
"@rollup/plugin-terser": "^0.4.4",
"@skeletonlabs/skeleton": "^2.10.2",
"@skeletonlabs/tw-plugin": "^0.4.0",
"@sveltejs/adapter-node": "^5.2.0",
"@sveltejs/adapter-static": "^3.0.2",
"@sveltejs/kit": "^2.5.18",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@types/js-cookie": "^3.0.6",
"@types/marked": "^6.0.0",
"@types/node": "^20.14.12",
"@types/prismjs": "^1.26.4",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"autoprefixer": "^10.4.19",
"chokidar-cli": "^3.0.0",
"concurrently": "^8.2.2",
"cookieconsent": "^3.1.1",
"cross-env": "^7.0.3",
"cssnano": "^7.0.4",
"cz-conventional-changelog": "^3.3.0",
"dotenv-flow": "^4.1.0",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.43.0",
"graphql-tag": "^2.12.6",
"husky": "^9.1.1",
"postcss": "^8.4.40",
"postcss-import-url": "^7.2.0",
"postcss-load-config": "^6.0.1",
"postcss-preset-env": "^9.6.0",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.5",
"rimraf": "^6.0.1",
"schema-dts": "^1.1.2",
"svelte": "^4.2.18",
"svelte-adapter-bun": "^0.5.2",
"svelte-check": "^3.8.4",
"svelte-preprocess": "^6.0.2",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.4",
"urql": "^4.1.0",
"vite": "^5.3.5",
"vite-plugin-tailwind-purgecss": "^0.3.3"
},
"type": "module",
"packageManager": "[email protected]",
"trustedDependencies": [
"smr-next",
"esbuild",
"@sveltejs/kit"
]
}