-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.78 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
{
"name": "comparisons",
"version": "0.1.0",
"description": "Comparing things for fun.",
"main": "src/index.jsx",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PAK90/comparisons.git"
},
"author": "Peter Klavins",
"license": "MIT",
"bugs": {
"url": "https://github.com/PAK90/comparisons/issues"
},
"homepage": "https://github.com/PAK90/comparisons#readme",
"dependencies": {
"1636": "^1.0.0",
"axios": "^0.16.1",
"babel-core": "^6.13.2",
"babel-loader": "^6.2.4",
"babel-preset-react": "^6.11.1",
"bootstrap": "^3.3.7",
"copy-webpack-plugin": "^3.0.1",
"css-loader": "^0.23.1",
"file-loader": "^0.9.0",
"firebase": "^3.3.0",
"firebaseui": "1.0.0",
"json-loader": "^0.5.4",
"json5-loader": "^0.6.0",
"jsx-loader": "^0.13.2",
"less-loader": "^2.2.3",
"lodash": "^4.17.4",
"pluralize": "^5.0.0",
"prop-types": "^15.5.10",
"query-string": "^4.3.4",
"raven": "^2.0.1",
"raven-js": "^3.15.0",
"rc-progress": "^1.0.4",
"re-base": "^3.0.0",
"react": "^15.3.1",
"react-autosuggest": "^9.0.1",
"react-dom": "^15.3.0",
"react-hot-loader": "^1.3.0",
"react-modal": "^1.7.7",
"react-progressbar": "^1.2.0",
"react-progressbar.js": "^0.2.0",
"react-router-dom": "^4.1.1",
"reactfire": "^1.0.0",
"sha1": "^1.1.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.1"
},
"devDependencies": {
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
"babel-preset-env": "^1.5.0",
"d3": "^4.8.0",
"node-sass": "^3.8.0",
"sass-loader": "^4.0.0",
"webpack-dev-server": "^1.14.1"
}
}