-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
74 lines (74 loc) · 2.16 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": "projects",
"version": "0.0.1",
"homepage": "http://devprogress.github.io/projects",
"private": true,
"devDependencies": {
"autoprefixer": "9.5.1",
"babel-core": "6.26.3",
"babel-eslint": "10.0.1",
"babel-loader": "8.0.6",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-plugin-transform-react-constant-elements": "6.23.0",
"babel-plugin-transform-regenerator": "6.26.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-latest": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-runtime": "6.26.0",
"case-sensitive-paths-webpack-plugin": "2.2.0",
"chalk": "2.4.2",
"connect-history-api-fallback": "1.6.0",
"cross-spawn": "6.0.5",
"css-loader": "2.1.1",
"detect-port": "1.3.0",
"eslint": "5.16.0",
"eslint-loader": "2.1.2",
"eslint-plugin-flowtype": "3.8.2",
"eslint-plugin-import": "2.17.2",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.13.0",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "3.0.1",
"filesize": "4.1.2",
"fs-extra": "8.0.1",
"gulp": "^4.0.2",
"gzip-size": "5.1.0",
"html-webpack-plugin": "3.2.0",
"http-proxy-middleware": "0.19.1",
"json-loader": "0.5.7",
"node-sass": "^4.12.0",
"object-assign": "4.1.1",
"opn": "6.0.0",
"postcss-loader": "3.0.0",
"promise": "8.0.3",
"recursive-readdir": "2.2.2",
"rimraf": "2.6.3",
"sass-loader": "^7.1.0",
"strip-ansi": "5.2.0",
"style-loader": "0.23.1",
"url-loader": "1.1.2",
"webpack": "4.31.0",
"webpack-dev-server": "3.3.1",
"whatwg-fetch": "3.0.0"
},
"dependencies": {
"blob-polyfill": "^4.0.20190430",
"bootstrap-sass": "^3.4.1",
"file-saver": "^2.0.2",
"flux": "^3.1.3",
"papaparse": "^4.6.3",
"react": "^16.8.6",
"react-bootstrap": "^0.32.4",
"react-bootstrap-gridify": "^1.0.4",
"react-dom": "^16.8.6"
},
"scripts": {
"start": "node ./scripts/start.js",
"build": "node ./scripts/build.js",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "./config/eslint.js"
}
}