This repository was archived by the owner on Dec 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.42 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.42 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
43
44
45
46
47
48
{
"name": "integrated-git-profile",
"version": "1.0.0",
"description": "View the profile of github and gitlab on one page.",
"main": "./src/js/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --progress -p --optimize-minimize",
"watch": "webpack --progress --watch",
"server": "webpack-dev-server --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ParkSB/integrated-git-profile.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ParkSB/integrated-git-profile/issues"
},
"homepage": "https://github.com/ParkSB/integrated-git-profile#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"copy-webpack-plugin": "^4.5.1",
"eslint": "^5.1.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"hard-source-webpack-plugin": "^0.11.1",
"json-loader": "^0.5.7",
"uglifyjs-webpack-plugin": "^1.2.3",
"webpack": "^4.16.1",
"webpack-dev-server": "^3.1.4"
},
"dependencies": {
"babel-preset-react": "^6.24.1",
"billboard.js": "^1.2.0",
"jquery": "^3.3.1",
"moment": "^2.21.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"urijs": "^1.19.1"
}
}