-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 925 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
30
{
"name": "open-konstruktor",
"version": "1.0.0",
"description": "An open implementation of KOHCTPYKTOP: Engineer of the People by Zachtronics. (https://www.zachtronics.com/kohctpyktop-engineer-of-the-people/)",
"author": "Nate Cousins <https://github.com/ief015>",
"license": "MIT",
"homepage": "https://github.com/ief015/open-konstruktor",
"scripts": {
"start": "node .output/server/index.mjs",
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"test": "vitest",
"bench": "vitest bench"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxtjs/tailwindcss": "^6.8.0",
"@types/node": "^18.17.3",
"nuxt": "^3.11.2",
"nuxt-vitest": "^0.11.5",
"vite-plugin-node-polyfills": "^0.21.0",
"vitest": "^0.33.0"
},
"dependencies": {
"@vueuse/nuxt": "^10.3.0"
}
}