-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.22 KB
/
package.json
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": "screen-rec-ext",
"version": "0.0.2",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack/webpack.config.js",
"dev": "webpack --config webpack/webpack.config.js --watch --progress",
"build-zip": "npm run build; cd dist; zip ../build.zip -r *; cd ..",
"dev:serve": "webpack serve --mode development --config webpack/webpack.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/bootstrap": "^5.2.6",
"@types/chrome": "^0.0.211",
"@webpixels/css": "^1.2.5",
"autoprefixer": "^10.4.13",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"mini-css-extract-plugin": "^2.7.2",
"postcss-loader": "^7.0.2",
"sass": "^1.58.1",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.266.1",
"@aws-sdk/lib-storage": "^3.266.1",
"@popperjs/core": "^2.11.6",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.10.3",
"graphql": "^16.6.0",
"graphql-request": "^5.1.0"
}
}