-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.14 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
{
"name": "blue-screen-generator",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "webpack serve --mode=development --open",
"build": "webpack --mode=production",
"build:dev": "webpack --mode=development",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"keywords": [],
"author": "QiLOL",
"license": "ISC",
"description": "This is a project to generate a blue-screen-like phone wallpaper.",
"devDependencies": {
"@types/qrcode": "^1.5.0",
"css-loader": "^6.7.3",
"gh-pages": "^6.1.1",
"html-webpack-plugin": "^5.5.0",
"style-loader": "^3.3.2",
"ts-loader": "^9.5.1",
"typescript": "^4.9.5",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"@types/html2canvas": "^1.0.0",
"html2canvas": "^1.4.1",
"qrcode": "^1.5.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/QiLOL/Blue-Screen-Generator.git"
},
"bugs": {
"url": "https://github.com/QiLOL/Blue-Screen-Generator/issues"
},
"homepage": "https://github.com/QiLOL/Blue-Screen-Generator#readme"
}