-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
77 lines (77 loc) · 2.57 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
{
"name": "florin",
"version": "2.0.0",
"private": true,
"dependencies": {
"@coreui/react": "1.0.6",
"banking": "^1.1.0",
"bootstrap": "^4.0.0-beta.2",
"currency-formatter": "^1.3.1",
"decimal.js": "^9.0.1",
"font-awesome": "^4.7.0",
"history": "^4.7.2",
"moment": "^2.20.1",
"pouchdb": "^6.4.1",
"pouchdb-adapter-memory": "^6.4.1",
"pouchdb-find": "^6.4.1",
"promise-file-reader": "^1.0.0",
"query-string": "^5.0.1",
"react": "^16",
"react-dom": "^16",
"react-dropzone": "^4.2.3",
"react-notification-system": "^0.2.16",
"react-notification-system-redux": "^1.2.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.9",
"react-scripts": "1.0.17",
"react-tooltip": "^3.4.0",
"react-transition-group": "2.2.1",
"react-widgets": "^4.1.1",
"react-widgets-moment": "^4.0.4",
"reactstrap": "5.0.0-alpha.4",
"recharts": "^1.0.0-beta.9",
"redux": "^3.7.2",
"redux-form": "^7.2.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"sha.js": "^2.4.9",
"simple-line-icons": "^2.4.1",
"url": "^0.11.0",
"valid-url": "^1.0.9"
},
"scripts": {
"start": ". bin/envvars.sh && ENV=local && react-scripts start",
"build": ". bin/envvars.sh && ENV=prod && react-scripts build && bin/generate_build_manifest.sh",
"test": ". bin/envvars.sh && ENV=test && react-scripts test --env=jsdom",
"coverage": ". bin/envvars.sh && ENV=test && react-scripts test --env=jsdom --coverage",
"eject": "react-scripts eject",
"build-css": "node-sass-chokidar scss/style.scss -o src",
"watch-css": "npm run build-css && node-sass-chokidar scss/style.scss -o src --watch --recursive",
"deploy": "gh-pages --repo [email protected]:florinapp/florinapp.github.io.git --dest demo -d build --branch master",
"flow": "flow"
},
"devDependencies": {
"@types/react": "^16",
"@types/react-dom": "^16",
"add-cors-to-couchdb": "^0.0.6",
"codecov": "^3.0.0",
"enzyme": "^3.2.0",
"enzyme-adapter-react-16": "^1.0.5",
"eslint": "^4.14.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"flow-bin": "^0.61.0",
"gh-pages": "^1.1.0",
"node-localstorage": "^1.3.0",
"node-sass-chokidar": "^0.0.3",
"react-test-renderer": "^16.2.0",
"redux-mock-store": "^1.3.0",
"redux-testkit": "^1.0.6",
"sinon": "^4.1.3",
"typescript": "^2.6.2"
}
}