forked from ayastreb/money-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.83 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
{
"name": "money-tracker",
"version": "0.0.1",
"private": true,
"dependencies": {
"@sentry/browser": "^4.4.1",
"@types/jest": "^23.3.9",
"@types/lodash": "^4.14.164",
"@types/node": "^12.19.3",
"@types/react": "^16.9.55",
"@types/react-dom": "^16.9.9",
"@types/react-redux": "^7.1.9",
"@types/react-router-dom": "^4.3.1",
"auth0-js": "^9.8.1",
"chartist": "^0.11.0",
"chartist-plugin-tooltips": "0.0.17",
"date-fns": "^1.29.0",
"fs": "0.0.1-security",
"history": "^4.7.2",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.20",
"number-abbreviate": "^2.0.0",
"pouchdb": "^7.1.1",
"prop-types": "^15.6.1",
"react": "^16.9.0",
"react-chartist": "^0.13.1",
"react-day-picker": "^7.1.6",
"react-dom": "^16.9.0",
"react-redux": "^6.0.0",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.1",
"redux": "^4.0.0",
"redux-actions": "^2.3.0",
"redux-devtools-extension": "^2.13.5",
"redux-saga": "^0.16.0",
"reselect": "^3.0.1",
"save-file": "^2.3.1",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.1",
"stats-lite": "^2.2.0",
"typesafe-actions": "^2.2.0",
"typescript": "^3.7.5"
},
"devDependencies": {
"eslint-plugin-react": "^7.7.0",
"react-test-renderer": "^16.6.1",
"surge": "^0.21.6"
},
"engines": {
"node": ">=8.12",
"npm": ">=6"
},
"scripts": {
"pretty": "prettier --write 'src/**/*.js'",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "npm run build && cd build && mv index.html 200.html && surge ./ app.moneytracker.cc && surge ./ demo.moneytracker.cc"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}