-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.06 KB
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
39
{
"name": "scribenote",
"private": true,
"version": "0.2.0",
"type": "module",
"scripts": {
"tauri": "tauri",
"start-dev": "webpack-dev-server --config ./webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"serve": "http-server dist --port 9055"
},
"devDependencies": {
"@babel/core": "^7.28.4",
"@babel/preset-env": "^7.28.3",
"@tauri-apps/cli": "^2",
"babel": "^6.23.0",
"babel-loader": "^10.0.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^13.0.1",
"css-loader": "^7.1.2",
"html-webpack-plugin": "^5.6.4",
"http-server": "^14.1.1",
"style-loader": "^4.0.0",
"webpack": "^5.102.0",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2",
"webpack-merge": "^6.0.1"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^7.1.0",
"@tauri-apps/api": "^2.8.0",
"@tauri-apps/plugin-dialog": "^2.4.0",
"@tauri-apps/plugin-fs": "^2.4.2",
"html2canvas": "^1.4.1",
"lottie-web": "^5.13.0",
"marked": "^16.3.0",
"turndown": "^7.2.1"
}
}