You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
1.7 KiB
JSON
64 lines
1.7 KiB
JSON
{
|
|
"name": "etesync-web",
|
|
"version": "0.4.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@material-ui/core": "^3.9.2",
|
|
"@material-ui/icons": "^3.0.2",
|
|
"ical.js": "^1.2.2",
|
|
"immutable": "^4.0.0-rc.12",
|
|
"localforage": "^1.7.3",
|
|
"moment": "^2.24.0",
|
|
"node-rsa": "^1.0.3",
|
|
"react": "^16.5.2",
|
|
"react-big-calendar": "^0.20.3",
|
|
"react-datetime": "^2.16.3",
|
|
"react-dom": "^16.4.0",
|
|
"react-redux": "^5.0.6",
|
|
"react-router": "^4.3.1",
|
|
"react-router-dom": "^4.3.1",
|
|
"react-scripts": "^2.1.5",
|
|
"recompose": "^0.30.0",
|
|
"redux": "^4.0.1",
|
|
"redux-actions": "^2.6.4",
|
|
"redux-logger": "^3.0.6",
|
|
"redux-persist": "^5.10.0",
|
|
"redux-thunk": "^2.3.0",
|
|
"reselect": "^3.0.1",
|
|
"sjcl": "git+https://github.com/etesync/sjcl",
|
|
"urijs": "^1.19.1",
|
|
"uuid": "^3.1.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^24.0.4",
|
|
"@types/node": "^11.9.3",
|
|
"@types/node-rsa": "^1.0.0",
|
|
"@types/react": "^16.8.3",
|
|
"@types/react-big-calendar": "^0.20.5",
|
|
"@types/react-dom": "^16.8.1",
|
|
"@types/react-redux": "^5.0.14",
|
|
"@types/react-router": "^4.4.4",
|
|
"@types/react-router-dom": "^4.3.1",
|
|
"@types/recompose": "^0.27.0",
|
|
"@types/redux": "^3.6.0",
|
|
"@types/redux-actions": "^2.3.2",
|
|
"@types/redux-logger": "^3.0.5",
|
|
"@types/sjcl": "^1.0.28",
|
|
"@types/urijs": "^1.15.38",
|
|
"@types/uuid": "^3.4.3",
|
|
"typescript": "^3.3.3"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|