-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 811 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 811 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
{
"name": "noting",
"version": "0.11",
"private": true,
"type": "module",
"main": "server.js",
"scripts": {
"start": "node --watch-path=server.js --watch-path=routes server.js",
"build": "vite build",
"launch": "cross-env NODE_ENV=production node server.js"
},
"dependencies": {
"@codemirror/commands": "^6.8.1",
"@codemirror/language": "^6.11.1",
"@codemirror/search": "^6.5.11",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.37.2",
"@parcel/watcher": "^2.5.1",
"color": "^5.0.0",
"express": "^4.21.2",
"font-list": "^1.5.1",
"multer": "^2.0.1",
"popups-file-dialog": "^1.6.2",
"trash": "^9.0.0"
},
"devDependencies": {
"concurrently": "^9.1.2",
"cross-env": "^7.0.3",
"sass": "^1.83.0",
"vite": "^6.3.6",
"vite-plugin-node-polyfills": "^0.24.0"
}
}