-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.43 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.43 KB
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
{
"name": "rgbstudios",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"buildpreview": "vite build && vite preview",
"lint": "prettier --check --plugin-search-dir=. . && eslint .",
"format": "prettier --write --plugin-search-dir=. . && eslint . --fix",
"clean": "node cli/clean.js",
"cleanbuild": "npm run clean && npm install && npm run build && npm run preview"
},
"author": "Justin Golden",
"type": "module",
"devDependencies": {
"@sveltejs/adapter-static": "^2.0.2",
"@sveltejs/kit": "^1.7.1",
"@tailwindcss/typography": "^0.5.9",
"@types/lodash": "^4.14.191",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"autoprefixer": "^10.4.13",
"daisyui": "2.50.1",
"dino-color-picker": "^0.2.3",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-svelte3": "^4.0.0",
"jsqr": "^1.4.0",
"lodash.merge": "^4.6.2",
"mathjax": "^3.2.2",
"mdsvex": "^0.10.6",
"postcss": "^8.4.21",
"postcss-import": "^15.1.0",
"postcss-load-config": "^4.0.1",
"postcss-nested": "^6.0.0",
"postcss-nested-ancestors": "^3.0.0",
"prettier": "^2.8.4",
"prettier-plugin-svelte": "^2.9.0",
"qrcode": "^1.5.1",
"screenfull": "^6.0.2",
"svelte": "^3.55.1",
"svelte-check": "^3.0.3",
"svelte-preprocess": "^5.0.1",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.5",
"vite": "^4.1.2"
}
}