-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
53 lines (53 loc) · 1.78 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
{
"name": "scoresaber-svelte",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"staging-preview": "vite preview --port 3001",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint \"./src/**/*.{js,ts,svelte}\"",
"lint:fix": "eslint --fix \"./src/**/*.{js,ts,svelte}\"",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"devDependencies": {
"@bulatdashiev/svelte-slider": "^1.0.3",
"@sveltejs/adapter-node": "next",
"@sveltejs/adapter-static": "next",
"@sveltejs/kit": "next",
"@types/file-saver": "^2.0.7",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-svelte3": "^4.0.0",
"mdsvex": "^0.12.3",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"svelte": "^3.59.2",
"svelte-check": "^2.10.3",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.8.0",
"typescript": "^4.9.5"
},
"type": "module",
"dependencies": {
"@tinymce/tinymce-svelte": "^0.1.2",
"@types/country-list": "^2.1.4",
"axios": "^0.28.1",
"bulma": "^0.9.4",
"chart.js": "^3.9.1",
"country-list": "^2.3.0",
"dateformat": "^5.0.3",
"dotenv": "^16.4.5",
"eslint-plugin-simple-import-sort": "^12.1.1",
"file-saver": "^2.0.5",
"html-entities": "^2.5.2",
"jszip": "^3.10.1",
"query-string": "^9.1.1",
"svelte-chartjs": "^2.1.1",
"timeago.js": "^4.0.2"
}
}