Add UI package conf
This commit is contained in:
parent
df8ebb9f69
commit
90e07f2489
File diff suppressed because it is too large
Load Diff
|
|
@ -0,0 +1,38 @@
|
||||||
|
{
|
||||||
|
"name": "gotify-ui",
|
||||||
|
"version": "0.1.0",
|
||||||
|
"private": true,
|
||||||
|
"dependencies": {
|
||||||
|
"axios": "^0.18.0",
|
||||||
|
"config": "^1.30.0",
|
||||||
|
"detect-browser": "^2.1.0",
|
||||||
|
"flux": "^3.1.3",
|
||||||
|
"material-ui": "^1.0.0-beta.35",
|
||||||
|
"material-ui-icons": "^1.0.0-beta.36",
|
||||||
|
"prop-types": "^15.6.1",
|
||||||
|
"react": "^16.2.0",
|
||||||
|
"react-dom": "^16.2.0",
|
||||||
|
"react-global-configuration": "^1.2.1",
|
||||||
|
"react-router": "^4.2.0",
|
||||||
|
"react-router-dom": "^4.2.2",
|
||||||
|
"react-scripts": "1.1.1",
|
||||||
|
"react-timeago": "^3.4.3",
|
||||||
|
"typeface-roboto": "0.0.54",
|
||||||
|
"typeface-roboto-mono": "0.0.54",
|
||||||
|
"ws": "^5.0.0"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"start": "react-scripts start",
|
||||||
|
"build": "react-scripts build",
|
||||||
|
"test": "react-scripts test --env=jsdom",
|
||||||
|
"eject": "react-scripts eject"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"babel-eslint": "^8.2.2",
|
||||||
|
"cross-env": "^5.1.4",
|
||||||
|
"eslint": "^4.18.2",
|
||||||
|
"eslint-config-google": "^0.9.1",
|
||||||
|
"eslint-plugin-babel": "^4.1.2",
|
||||||
|
"eslint-plugin-react": "^7.7.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue