This repository has been archived by the owner on Feb 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
118 lines (118 loc) · 3.61 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
{
"name": "react.london",
"version": "0.0.0",
"description": "London React Meetups",
"repository": {
"type": "git",
"url": "git+https://github.com/redbadger/react.london.git"
},
"author": "Red Badger",
"license": "ISC",
"bugs": {
"url": "https://github.com/redbadger/react.london/issues"
},
"scripts": {
"start": "make start-production",
"postinstall": "make build-production"
},
"homepage": "https://github.com/redbadger/react.london#readme",
"dependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-do-expressions": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"@babel/runtime-corejs2": "^7.0.0",
"autoprefixer": "^6.4.0",
"babel-loader": "^8.0.0",
"babel-preset-react-hmre": "^1.1.1",
"classnames": "^2.2.5",
"css-loader": "^2.1.1",
"dotenv": "^2.0.0",
"es6-promise": "^3.1.2",
"eslint": "^2.11.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.3.0",
"eslint-plugin-react": "^5.1.1",
"express": "^4.16.4",
"helmet": "^3.15.1",
"isomorphic-fetch": "^2.2.1",
"jsdom": "^9.4.2",
"json-loader": "^0.5.4",
"mini-css-extract-plugin": "^0.5.0",
"moment": "^2.24.0",
"moment-timezone": "^0.5.4",
"morgan": "^1.9.1",
"node-sass": "^4.11.0",
"normalize.css": "^4.2.0",
"postcss-loader": "^3.0.0",
"pug": "^2.0.0-beta3",
"ramda": "^0.21.0",
"raven": "^0.12.1",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-ga": "^2.1.1",
"react-helmet": "^4.0.0",
"react-player": "^1.15.3",
"react-router": "^2.5.2",
"react-router-scroll": "^0.3.2",
"sass-loader": "^7.1.0",
"style-loader": "^0.13.1",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3",
"webpack-node-externals": "^1.2.0"
},
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^3.0.2",
"deep-freeze": "0.0.1",
"dirty-chai": "^1.2.2",
"enzyme": "^2.3.0",
"imagemin-cli": "^4.0.0",
"istanbul": "^1.0.0-alpha.2",
"mocha": "^5.2.0",
"nodemon": "^1.18.10",
"pre-git": "^3.17.1",
"react-addons-test-utils": "^15.1.0",
"react-testutils-additions": "^15.1.0",
"supertest": "^3.4.2",
"svgo": "^1.2.2",
"timekeeper": "^0.1.1",
"webpack-dev-server": "^3.1.14"
},
"config": {
"pre-git": {
"pre-commit": [
"make lint",
"make test"
],
"pre-push": [],
"post-commit": [],
"post-checkout": [],
"post-merge": []
}
},
"release": {
"analyzeCommits": "simple-commit-message"
}
}