-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.3 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
45
46
{
"name": "periscope",
"version": "1.0.0",
"description": "Periscope displays and manages systemd units from your browser.",
"main": "index.js",
"dependencies": {
"axios": "^0.26.1",
"bootstrap": "^4.4.1",
"jquery": "^3.6.0",
"npm-check-updates": "^4.1.2",
"popper.js": "^1.16.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-bootstrap": "^1.0.1",
"react-dom": "^16.13.1",
"react-lazylog": "^4.5.2",
"react-split-pane": "^0.1.91",
"reactstrap": "^8.4.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^3.5.3",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-combine-loaders": "^2.0.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm install && ./node_modules/.bin/webpack-cli --debug --watch --colors --mode development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/majst01/periscope.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/majst01/periscope/issues"
},
"homepage": "https://github.com/majst01/periscope#readme"
}