This repository has been archived by the owner on Sep 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
79 lines (79 loc) · 2.82 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "web-admin-dashboard",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "git://github.com/flyve-mdm/web-mdm-dashboard.git"
},
"license": "GPL-3.0",
"homepage": "https://dev.flyve.org/dashboard",
"scripts": {
"start": "NODE_PATH=./src react-scripts start",
"build": "yarn lint && NODE_PATH=./src react-scripts build && node ./ci/scripts/create_htaccess.js",
"release": "yarn standard-version",
"docs": "yarn jsdoc src -r -d docs -t ./jsdoc_theme",
"gh-pages-screenshots": "yarn gh-pages --dist cypress/screenshots --dest screenshots",
"gh-pages-docs": "yarn gh-pages --dist docs",
"gh-pages-coverage": "yarn gh-pages --dist coverage",
"gh-pages-reports": "yarn gh-pages --dist reports --dest reports",
"gh-pages-changelog": "yarn gh-pages --dist ./ --src '{./CHANGELOG.md,CHANGELOG.md}' --dest ./_includes --add",
"test": "NODE_PATH=./src yarn react-scripts test",
"test:watch": "NODE_PATH=./src yarn test --watch",
"test:cypress": "yarn cypress run",
"test:cypress-open": "yarn cypress open",
"test:webhint": "node node_modules/hint/dist/src/bin/hint.js http://localhost:3000/",
"coverage": "NODE_PATH=./src yarn test --coverage",
"eject": "react-scripts eject",
"lint": "yarn eslint src --fix"
},
"dependencies": {
"@glpi-project/javascript-library-glpi": ">=0.1.0-beta <=1.0.0",
"@microsoft/fast-animation": "^0.0.12-beta.0",
"bugsnag-js": "^4.7.3",
"bugsnag-react": "^1.1.1",
"history": "^4.7.2",
"leaflet": "^1.5.1",
"node-polyglot": "^2.3.1",
"node-sass": "^4.12.0",
"react": "^16.6.3",
"react-content-loader": "^3.4.1",
"react-dom": "^16.6.3",
"react-markdown": "^4.1.0",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.2",
"react-winjs": "git+https://github.com/TECLIB/react-winjs.git#develop",
"victory": "31.0.2",
"web-animations-js": "^2.3.1",
"winjs": "^4.4.3"
},
"devDependencies": {
"@hint/formatter-codeframe": "^2.0.0",
"@hint/hint-disown-opener": "^2.1.0",
"@hint/hint-highest-available-document-mode": "^2.1.0",
"@hint/hint-html-checker": "^2.1.0",
"@hint/hint-http-cache": "^2.1.0",
"@hint/hint-http-compression": "^3.1.0",
"conventional-github-releaser": "^3.1.3",
"cypress": "^3.4.1",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"enzyme-to-json": "^3.3.5",
"eslint-config-airbnb": "^17.1.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.2",
"eslint-plugin-react": "^7.14.3",
"gh-pages": "^2.1.0",
"hint": "^4.1.0",
"jsdoc": "^3.6.0",
"node-github-release": "^0.2.1",
"react-test-renderer": "^16.6.3",
"sinon": "^7.3.2",
"standard-version": "^4.4.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}