-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·42 lines (42 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·42 lines (42 loc) · 1.08 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
{
"name": "quick-notes",
"version": "1.0.0",
"description": "",
"scripts": {
"wipe": "rm -rf ./prod & rm -rf ./dist",
"dev": "./scripts/build/dev/build.sh",
"prod": "scripts/build/prod/build.sh",
"test": "echo $1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@svgr/webpack": "^8.1.0",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^12.0.2",
"crx": "^5.0.1",
"css-loader": "^7.1.1",
"html-webpack-plugin": "^5.6.0",
"lodash": "^4.17.21",
"postcss": "^8.4.38",
"postcss-loader": "^8.1.1",
"scripting-webpack-plugin": "^1.0.2",
"style-loader": "^4.0.0",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.3",
"terser-webpack-plugin": "^5.3.10",
"webextension-polyfill": "^0.12.0",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"lucide-react": "^0.487.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}