-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 844 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 844 Bytes
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
{
"name": "nowcode",
"version": "0.2.0",
"description": "https://nowco.de",
"main": "index.js",
"scripts": {
"build": "npm run build:vite",
"build:vite": "vite build",
"test": "vitest",
"tsc": "echo TODO # tsc --noEmit",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/olehermanse/nowcode.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/olehermanse/nowcode/issues"
},
"homepage": "https://github.com/olehermanse/nowcode#readme",
"dependencies": {
"ace-builds": "^1.43.6",
"del": "^8.0.1",
"express": "^5.2.1",
"path": "^0.12.7",
"typescript": "^6.0.2",
"vite": "^8.0.3"
},
"devDependencies": {
"@types/ace": "^0.0.52",
"@types/node": "^20.19.39",
"vitest": "^4.1.2"
}
}