-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 844 Bytes
/
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
{
"name": "nrg-website",
"version": "1.0.1",
"description": "The webpage for Oregon State University professor Kyle Niemeyer",
"license": "MIT License",
"repository": "https://github.com/Niemeyer-Research-Group/niemeyer-research-group.github.io",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --ignore build --watch"
},
"devDependencies": {
"@sveltejs/adapter-static": "^2",
"@sveltejs/kit": "^1",
"ajv-cli": "^5",
"ajv-formats": "^2",
"prettier": "^3",
"prettier-plugin-svelte": "^3",
"svelte": "^4",
"svelte-check": "^3.5.1",
"svelte-preprocess": "^5",
"tslib": "^2",
"typescript": "^5",
"vite": "^4"
},
"type": "module"
}