-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
41 lines (41 loc) · 1.21 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
{
"name": "saspes",
"private": true,
"version": "2.0.3",
"description": "SAS Powerschool Enhancement Suite",
"type": "module",
"scripts": {
"dev": "vite",
"build:dev": "vite build ./ development; echo 'Development build done.';",
"build:prod": "vite build ./ production; echo 'Production build done.';",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"format": "prettier --write ."
},
"author": "Anvay Mathur and SAS PES Contributors",
"license": "AGPL-3.0-only",
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.28",
"@tsconfig/svelte": "^5.0.2",
"@types/chrome": "^0.0.254",
"@types/webextension-polyfill": "^0.10.7",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"autoprefixer": "^10.4.16",
"dotenv": "^16.3.1",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"svelte": "^4.2.8",
"svelte-check": "^3.6.2",
"tailwindcss": "^3.2.6",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
},
"dependencies": {
"@sveltejs/vite-plugin-svelte": "^2.5.3",
"chalk": "^5.3.0",
"shepherd.js": "^11.2.0",
"vite": "^4.5.1",
"webextension-polyfill": "^0.10.0"
}
}