-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
57 lines (57 loc) · 1.46 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
{
"name": "hfl-signage-player-management-ui",
"version": "0.3.0",
"description": "Management UI for a digital signage player written by Henrik Franciscus Leppä (HFL)",
"author": "Henrik Franciscus Leppä",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/henrik-leppa/hfl-signage-player.git"
},
"bugs": {
"url": "https://github.com/henrik-leppa/hfl-signage-player/issues"
},
"homepage": "https://github.com/henrik-leppa/hfl-signage-player/management-ui#readme",
"scripts": {
"build": "react-scripts build",
"eject": "react-scripts eject",
"ensure-env": "shx cp -n .env.default .env",
"start": "npm run ensure-env && react-scripts start",
"test": "react-scripts test"
},
"eslintConfig": {
"extends": "react-app"
},
"engines": {
"node": "^8.11.3",
"npm": "^5.6.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
"pouchdb": "^7.0.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-redux": "^7.0.3",
"react-router-dom": "^5.0.0",
"react-scripts": "3.0.1",
"redux": "^4.0.1",
"redux-pouchdb": "^0.1.4",
"uuid": "^3.3.2"
},
"devDependencies": {
"shx": "^0.3.2"
}
}