-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.25 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.25 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
42
43
44
45
{
"name": "chrome-notes",
"version": "1.0.0",
"description": "Boost your productivity with Quick Notes, a simple and efficient Chrome extension that lets you manage notes effortlessly.",
"main": "popup.js",
"scripts": {
"build": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arjad/chrome-notes.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/arjad/chrome-notes/issues"
},
"homepage": "https://github.com/arjad/chrome-notes#readme",
"dependencies": {
"amazon-cognito-identity-js": "^6.3.15",
"aws-amplify": "^6.15.5",
"jspdf": "^3.0.0",
"jspdf-autotable": "^5.0.2",
"oidc-client-ts": "^3.3.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-oidc-context": "^3.3.0",
"sanitize-html": "^2.15.0"
},
"devDependencies": {
"@babel/core": "^7.26.9",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"babel-loader": "^10.0.0",
"copy-webpack-plugin": "^13.0.0",
"css-loader": "^7.1.2",
"dotenv": "^17.2.1",
"html-webpack-plugin": "^5.6.3",
"style-loader": "^4.0.0",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1"
}
}