forked from leomotors/MIND-Is-Not-Difficult
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.85 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
{
"name": "mind-math",
"description": "Website that practice your fundamental mathematics skills",
"version": "1.0.0",
"license": "MIT",
"author": "Leomotors",
"type": "module",
"repository": "https://github.com/Leomotors/MIND-Is-Not-Difficult",
"scripts": {
"dev": "lm-config && svelte-kit dev",
"build": "lm-config && svelte-kit build",
"package": "svelte-kit package",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check \"*.config.{cjs,js,ts}\" && prettier --check \"{src,tests}/**/*.{ts,svelte,html,css,scss}\" && eslint src && eslint *.{cjs,js}",
"format": "prettier --write \"*.config.{cjs,js,ts}\" && prettier --write \"{src,tests}/**/*.{ts,svelte,html,css,scss}\"",
"test": "playwright test"
},
"devDependencies": {
"@leomotors/scripts": "^3.1.0",
"@leomotors/sv-components": "^0.4.0",
"@playwright/test": "^1.22.2",
"@sveltejs/adapter-vercel": "1.0.0-next.58",
"@sveltejs/kit": "1.0.0-next.350",
"@types/katex": "^0.14.0",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"autoprefixer": "^10.4.7",
"cssnano": "^5.1.11",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0",
"katex": "^0.16.0",
"polynomial-generator": "^1.0.0",
"postcss": "^8.4.14",
"postcss-load-config": "^4.0.1",
"prettier": "^2.6.2",
"prettier-plugin-svelte": "^2.7.0",
"prettier-plugin-tailwindcss": "^0.1.11",
"rimraf": "^3.0.2",
"sass": "^1.52.3",
"svelte": "^3.48.0",
"svelte-check": "^2.7.2",
"svelte-preprocess": "^4.10.7",
"tailwindcss": "^3.1.2",
"tailwindcss-global-dark": "^1.0.1",
"tslib": "^2.4.0",
"typescript": "^4.7.3"
}
}