-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
159 lines (159 loc) · 5.13 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"name": "free-code-camp-projects",
"private": true,
"version": "0.0.0",
"description": "monorepo of free-code-camp projects",
"main": "server.js",
"devDependencies": {
"autoprefixer": "^7.2.3",
"babel-core": "^6.26.3",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-universal-import": "^1.3.4",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-react-optimize": "^1.0.1",
"babel-preset-stage-0": "^6.24.1",
"colors": "^1.1.2",
"cross-env": "^5.1.3",
"css-loader": "^0.28.7",
"eslint": "^4.14.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.5.1",
"extract-css-chunks-webpack-plugin": "^2.0.18",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^0.11.2",
"node-sass": "^4.9.4",
"postcss-loader": "^2.0.9",
"react-hot-loader": "^3.1.3",
"resolve-url-loader": "^2.2.1",
"rimraf": "^2.6.2",
"sass-loader": "^6.0.6",
"stats-webpack-plugin": "^0.6.1",
"style-loader": "^0.18.2",
"stylelint": "^8.4.0",
"stylelint-config-recommended-scss": "^2.0.0",
"stylelint-config-standard": "^17.0.0",
"stylelint-order": "^0.6.0",
"stylelint-scss": "^2.2.0",
"stylelint-selector-bem-pattern": "^1.1.1",
"uglifyjs-webpack-plugin": "^1.2.4",
"url-loader": "^0.5.9",
"webpack": "^3.10.0",
"webpack-dev-middleware": "^1.12.2",
"webpack-flush-chunks": "^1.2.3",
"webpack-hot-middleware": "^2.21.0",
"webpack-hot-server-middleware": "^0.3.1",
"write-file-webpack-plugin": "^4.2.0"
},
"scripts": {
"start": "npm run clean && cross-env NODE_ENV=development node webpack/dev-server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rimraf build/*",
"build": "npm run clean && npm run dist",
"dist": "cross-env NODE_ENV=production webpack --progress --colors --display-error-details --config ./webpack/dist-config.js"
},
"repository": {
"type": "git",
"url": "https://git.marcmcintosh.ninja/free-code-camp-projects"
},
"author": "Marc McIntosh <[email protected]>",
"license": "MIT",
"dependencies": {
"@material/button": "^0.24.0",
"@material/card": "^0.2.10",
"@material/checkbox": "^0.25.0",
"@material/dialog": "^0.24.0",
"@material/elevation": "^0.1.13",
"@material/fab": "^0.27.0",
"@material/form-field": "^0.26.0",
"@material/grid-list": "^0.24.0",
"@material/icon-toggle": "^0.26.0",
"@material/layout-grid": "^0.24.0",
"@material/linear-progress": "^0.24.0",
"@material/list": "^0.25.0",
"@material/menu": "^0.25.0",
"@material/ripple": "^0.24.0",
"@material/slider": "^0.25.0",
"@material/switch": "^0.25.0",
"@material/tabs": "^0.25.0",
"@material/textfield": "^0.24.0",
"@material/theme": "^0.24.0",
"@material/toolbar": "^0.25.0",
"@material/typography": "^0.3.0",
"body-parser": "^1.18.2",
"busboy": "^0.2.14",
"chart.js": "^1.1.1",
"classnames": "^2.2.5",
"compression": "^1.7.1",
"cookie-parser": "^1.4.3",
"d3-array": "^1.2.1",
"d3-axis": "^1.0.8",
"d3-drag": "^1.2.1",
"d3-force": "^1.1.0",
"d3-format": "^1.2.1",
"d3-geo": "^1.9.1",
"d3-scale": "^1.0.7",
"d3-scale-chromatic": "^1.1.1",
"d3-selection": "^1.2.0",
"d3-shape": "^1.2.0",
"d3-time": "^1.0.8",
"d3-time-format": "^2.1.1",
"d3-transition": "^1.1.1",
"d3-zoom": "^1.7.1",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"express-session": "^1.15.6",
"github-username-regex": "^1.0.0",
"helmet": "^3.9.0",
"highlight.js": "^9.12.0",
"history": "^4.7.2",
"isomorphic-fetch": "^2.2.1",
"material-components-web": "^0.19.0",
"material-design-icons": "^3.0.1",
"moment": "^2.20.1",
"normalize-css": "^2.3.1",
"passport": "^0.4.0",
"passport-anonymous": "^1.0.1",
"passport-facebook": "^2.1.1",
"passport-github": "^1.1.0",
"passport-linkedin": "^1.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"pouchdb": "^6.4.3",
"pouchdb-find": "^6.4.2",
"pouchdb-node": "^6.4.2",
"pouchdb-upsert": "^2.2.0",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-chartjs": "^1.2.0",
"react-datepicker": "^1.0.4",
"react-dom": "^16.2.0",
"react-dropzone": "^4.2.3",
"react-modal": "^3.1.10",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-config": "^1.0.0-beta.4",
"react-router-dom": "^4.2.2",
"react-universal-component": "^2.8.0",
"reduce-reducers": "^0.1.2",
"redux": "^3.7.2",
"redux-form": "^7.2.0",
"redux-persist": "^4.10.2",
"redux-thunk": "^2.2.0",
"remarkable": "^1.7.1",
"serve-favicon": "^2.4.5",
"session-pouchdb-store": "^0.2.1",
"to-id": "^1.0.5",
"topojson-client": "^3.0.0",
"typeface-roboto": "0.0.35",
"valid-url": "^1.0.9",
"world-atlas": "^1.1.4"
}
}