-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.17 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
{
"name": "on_money_front",
"version": "0.1.1",
"private": true,
"dependencies": {
"@fortawesome/fontawesome": "^1.1.5",
"@fortawesome/fontawesome-free-solid": "^5.0.9",
"@fortawesome/react-fontawesome": "^0.0.18",
"apollo-cache-inmemory": "^1.6.2",
"apollo-client": "^2.6.3",
"apollo-link": "^1.2.12",
"apollo-link-error": "^1.1.11",
"apollo-link-http": "^1.5.15",
"axios": "^0.18.0",
"bootstrap": "3",
"chart.js": "^2.8.0",
"graphql": "^14.3.1",
"graphql-tag": "^2.10.1",
"history": "^4.7.2",
"lodash": "^4.17.11",
"node-sass": "^4.8.3",
"normalize.css": "^7.0.0",
"react": "^16.2.0",
"react-apollo": "^2.5.8",
"react-bootstrap": "^0.32.1",
"react-chartjs-2": "^2.7.6",
"react-day-picker": "^7.2.4",
"react-dom": "^16.2.0",
"react-horizontal-timeline": "^1.5.3",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.9",
"react-scripts": "1.1.1",
"react-select": "^2.4.3",
"react-swipeable-views": "^0.13.1",
"redux": "^3.5.2",
"redux-devtools-extension": "^2.13.2",
"redux-logger": "^2.6.1",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.1.0"
},
"scripts": {
"start": "PORT=3001 react-scripts start css -w",
"css": "node-sass src/styles/main.scss src/dest/main.css",
"watch:css": "yarn css -w",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"test:ci": "react-scripts test --env=jsdom --setupFiles `pwd`/tests/config/localStorageConfig.js",
"eject": "react-scripts eject",
"lint": "eslint src"
},
"browserslist": {
"production": [
"last 15 versions"
],
"development": [
"last 15 versions"
]
},
"devDependencies": {
"babel-eslint": "^8.0.1",
"eslint": "^3.19.0",
"eslint-config-prettier": "^2.6.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2 || ^4.0.0",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-react": "^6.9.0",
"prettier": "^1.7.3",
"sass-loader": "^6.0.7",
"stylelint": "^8.1.1",
"stylelint-config-standard": "^17.0.0"
}
}