-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.15 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.15 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
40
41
{
"name": "bookmarkit",
"version": "1.0.0",
"description": "Seamlessly migrate your open tabs between devices with a single click.",
"main": "index.js",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack --mode production --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": {
"name": "Single Feather LLC",
"email": "apps@singlefeather.com"
},
"devDependencies": {
"@types/chrome": "^0.0.193",
"@types/jquery": "^3.5.22",
"@types/node": "^20.8.6",
"@types/webpack": "^5.28.3",
"browser-sync": "^2.29.3",
"browser-sync-webpack-plugin": "^2.3.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"declaration-bundler-webpack-plugin": "^1.0.3",
"terser-webpack-plugin": "^5.3.9",
"ts-loader": "^9.5.0",
"typescript": "^4.9.5",
"webpack": "^5.89.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"@types/lodash": "^4.14.199",
"axios": "^0.27.2",
"dotenv": "^16.3.1",
"dotenv-webpack": "^8.0.1",
"jquery": "^3.7.1",
"lodash": "^4.17.21"
}
}