-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathpackage.json
98 lines (98 loc) · 2.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "react-redux-sample",
"version": "0.0.1",
"private": true,
"dependencies": {
"axios": "^0.19.0",
"classnames": "^2.2.6",
"history": "^4.7.2",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.10",
"moment": "^2.22.1",
"normalizr": "^3.2.4",
"path-to-regexp": "^2.4.0",
"progressbar.js": "^1.0.1",
"react": "^16.2.0",
"react-datepicker": "^1.4.1",
"react-dom": "^16.2.0",
"react-dropzone": "^4.2.9",
"react-input-range": "^1.3.0",
"react-loadable": "^5.5.0",
"react-notifications": "^1.4.3",
"react-phone-number-input": "^1.0.11",
"react-redux": "^5.0.6",
"react-router": "latest",
"react-router-dom": "^4.2.2",
"react-router-navigation-prompt": "^1.6.1",
"react-scroll": "^1.7.10",
"react-select": "^1.2.1",
"react-trello": "^1.28.1",
"redux": "^3.7.2",
"redux-form": "^7.3.0",
"redux-form-input-masks": "^1.1.4",
"redux-promise-middleware": "^5.1.1",
"redux-thunk": "^2.3.0",
"reselect": "^3.0.1",
"semantic-ui-css": "^2.2.12",
"semantic-ui-react": "^0.73.1",
"styled-components": "^2.1.2"
},
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"test": "node scripts/test.js --env=jsdom",
"eslint": "./node_modules/.bin/eslint -c ./.eslintrc"
},
"devDependencies": {
"autoprefixer": "7.1.6",
"babel-core": "^6.26.3",
"babel-eslint": "7.2.3",
"babel-loader": "^7.1.2",
"babel-plugin-lodash": "^3.3.4",
"babel-preset-env": "^1.7.0",
"babel-preset-react-app": "^3.1.0",
"babel-runtime": "6.26.0",
"case-sensitive-paths-webpack-plugin": "2.1.1",
"chalk": "1.1.3",
"css-loader": "0.28.7",
"dotenv": "4.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-config-react-app": "^2.0.1",
"eslint-loader": "1.9.0",
"eslint-plugin-flowtype": "2.39.1",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "1.1.5",
"fs-extra": "3.0.1",
"html-webpack-plugin": "2.29.0",
"lodash-webpack-plugin": "^0.11.5",
"object-assign": "4.1.1",
"postcss-flexbugs-fixes": "3.2.0",
"postcss-loader": "2.0.8",
"prettier": "^1.12.1",
"promise": "8.0.1",
"react-dev-utils": "^4.2.1",
"style-loader": "0.19.0",
"sw-precache-webpack-plugin": "0.11.4",
"url-loader": "0.6.2",
"webpack": "^3.8.1",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-dev-server": "^2.9.4",
"webpack-manifest-plugin": "1.3.2",
"whatwg-fetch": "2.0.3",
"workbox-webpack-plugin": "^3.4.1"
},
"babel": {
"presets": [
"react-app"
]
},
"eslintConfig": {
"extends": "react-app"
}
}