-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 923 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 923 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
{
"name": "kr-observable",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"start": "webpack-dev-server",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"deploy": "scp -r ./build/* root@194.87.43.225:/var/www/html"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"kr-observable": "^1.0.29-beta-1",
"light-notifier": "^2.0.1",
"preact": "^10.25.4",
"react": "^18.3.1"
},
"devDependencies": {
"@swc/core": "^1.10.15",
"@types/react-dom": "^19.0.3",
"@types/react-syntax-highlighter": "^15.5.13",
"copy-webpack-plugin": "^12.0.2",
"html-webpack-plugin": "^5.6.3",
"mini-css-extract-plugin": "^2.9.2",
"swc-loader": "^0.2.6",
"typescript": "^5.7.3",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0"
}
}