-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
57 lines (57 loc) · 1.75 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": "svelte-app",
"version": "1.0.0",
"private": true,
"type": "module",
"license": "GPL-3.0-only",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"validate": "svelte-check && tsc --noEmit",
"test": "node fetch-fixtures.js && npm run lint && npm run validate && vitest src",
"test:latest": "node fetch-fixtures.js latest && npm run test",
"test:watch": "npm run test -- --watch",
"update-test-data": "node fetch-fixtures.js latest",
"transifex-push": "txjs-cli push dist",
"lint": "prettier -c .",
"lint:fix": "prettier -w .",
"precommit": "lint-staged",
"prepare": "husky install"
},
"devDependencies": {
"@fontsource/unifont": "^4.5.5",
"@sentry/browser": "^7.2.0",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.30",
"@testing-library/svelte": "^3.0.3",
"@transifex/cli": "^4.2.4",
"@transifex/native": "^4.2.4",
"@tsconfig/svelte": "^2.0.1",
"@types/gettext.js": "^1.0.0",
"@types/lodash.throttle": "^4.1.7",
"@types/node": "^14.14.31",
"@types/node-fetch": "^2.5.8",
"@types/requestidlecallback": "^0.3.4",
"ajv": "^8",
"fuzzysort": "^2.0.1",
"gettext.js": "^2.0.0",
"husky": "^7.0.4",
"jest-environment-jsdom": "^28.1.1",
"lint-staged": "^12.3.2",
"lodash": "^4.17.21",
"node-fetch": "^2.6.1",
"prettier": "^2.3.2",
"prettier-plugin-svelte": "^2.4.0",
"svelte": "^3.58.0",
"svelte-check": "^2.2.7",
"svelte-preprocess": "^4.9.8",
"ts-json-schema-generator": "^1.3.0-next.3",
"tslib": "^2.3.1",
"typescript": "~5",
"vite": "^4.2.1",
"vite-plugin-environment": "^1.1.3",
"vite-plugin-pwa": "^0.14.4",
"vitest": "^0.29.7",
"workbox-window": "^6.5.4"
}
}