-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.44 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.44 KB
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
{
"name": "arrayofconfs-web",
"version": "1.0.0",
"description": "Developer conferences and events in a searchable, sortable list.",
"dependencies": {
"axios": "^0.18.0",
"classnames": "^2.2.5",
"history": "^4.7.2",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-helmet": "^5.2.0",
"react-redux": "^5.0.5",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-router-redux": "^4.0.8",
"redux": "^3.7.1",
"redux-thunk": "^2.2.0",
"file-saver": "^1.3.8",
"haversine": "^1.1.0",
"moment": "^2.22.2"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.5",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.5",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.1.5",
"html-loader": "^0.4.5",
"css-loader": "^0.28.4",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.5.0",
"babel-loader": "^8.0.0-beta.3",
"handlebars-webpack-plugin": "^1.2.0",
"copy-webpack-plugin": "^4.0.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"node-sass": "^4.5.3",
"babel-plugin-jsx-control-statements": "^3.2.8"
},
"scripts": {
"dev": "./node_modules/.bin/webpack-dev-server",
"dev-build": "NODE_ENV=development ./node_modules/.bin/webpack",
"build": "NODE_ENV=production ./node_modules/.bin/webpack"
},
"license": "apache-2.0",
"homepage": "https://arrayofconfs.com"
}