-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.26 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
43
44
{
"name": "image-cutter",
"description": "A tool that cut a image into n*7 for github's profile",
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"start": "cross-env NODE_ENV=development webpack serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Eve-Sama/image-cutter.git"
},
"author": "Eve-Sama",
"license": "MIT",
"bugs": {
"url": "https://github.com/Eve-Sama/image-cutter/issues"
},
"homepage": "https://github.com/Eve-Sama/image-cutter#readme",
"devDependencies": {
"@types/file-saver": "^2.0.1",
"@types/mini-css-extract-plugin": "^1.2.0",
"@types/webpack-dev-server": "^3.11.0",
"clean-webpack-plugin": "^1.0.1",
"cross-env": "^7.0.2",
"css-loader": "^5.0.0",
"html-webpack-plugin": "^4.5.0",
"mini-css-extract-plugin": "^1.1.1",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"sass": "^1.27.0",
"sass-loader": "^10.0.3",
"style-loader": "^2.0.0",
"ts-loader": "^5.3.3",
"ts-node": "^9.0.0",
"tsconfig-paths": "^3.9.0",
"typescript": "^4.0.0",
"webpack": "^5.1.3",
"webpack-cli": "^4.1.0",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"file-saver": "^2.0.5",
"jszip": "^3.5.0",
"stream": "^0.0.2"
}
}