-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 918 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
29
{
"name": "nrg-website",
"version": "1.0.2",
"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": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"ajv-cli": "^5.0.0",
"ajv-formats": "^2",
"prettier": "^2",
"prettier-plugin-svelte": "^2",
"svelte": "^4.2.8",
"svelte-check": "^3.6",
"svelte-preprocess": "^5.1",
"tslib": "^2",
"typescript": "^5",
"vite": "^5.0.12"
},
"type": "module"
}