-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 989 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 989 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
37
38
{
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^13.0.0",
"@rollup/plugin-node-resolve": "^7.1.3",
"npm-run-all": "^4.1.3",
"rollup": "^2.7.2",
"rollup-plugin-livereload": "^1.3.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-svelte": "^6.1.1",
"rollup-plugin-terser": "^5.3.0",
"sirv-cli": "^0.4.5",
"svelte": "^3.21.0"
},
"dependencies": {
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"child_process": "^1.0.2",
"chokidar": "^3.4.2",
"codemirror": "^5.58.1",
"esutils": "^2.0.3",
"express": "^4.17.1",
"handlebars": "^4.7.6",
"ip": "^1.1.5",
"mathjs": "^6.6.4",
"moment": "^2.29.0",
"node-red": "^1.1.3",
"socket.io": "^2.3.0"
},
"name": "ScriptPad",
"description": "A nice place to keep notes and work with scripts.",
"license": "private",
"version": "1.0.0"
}