-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.07 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.07 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
{
"name": "github-profile-info",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint --fix \"src/**\"",
"build": "webpack",
"start": "open-cli dist/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rafappelt/github-profile-info.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rafappelt/github-profile-info/issues"
},
"homepage": "https://github.com/rafappelt/github-profile-info#readme",
"devDependencies": {
"css-loader": "^6.5.1",
"html-loader": "^3.0.1",
"html-webpack-plugin": "^5.5.0",
"node-sass": "^7.0.0",
"open-cli": "^7.0.1",
"sass": "^1.44.0",
"sass-loader": "^12.4.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.6",
"typescript": "^4.5.2",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
},
"dependencies": {
"axios": "^0.24.0",
"copy-webpack-plugin": "^10.0.0"
}
}