-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 2.49 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
{
"name": "wikitags",
"version": "0.3.0",
"description": "We rank what people are talking about.",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --history-api-fallback --config webpack.config.js --watch",
"test": "jest",
"dev": "webpack --config webpack.dev.config.js",
"prod": "webpack -p"
},
"repository": "git+https://github.com/TickertTags/wikitags.git",
"contributors": [
{
"name": "Jordan Mclain",
"email": "jordan@tickertags.com"
},
{
"name": "Dave Hanson",
"email": "dave@tickertags.com"
},
{
"name": "Leon Gaban",
"email": "leon@tickertags.com"
},
{
"name": "Paulo DaRocha",
"email": "paulo@tickertags.com"
}
],
"jest": {
"globals":{
"google": {
}
},
"moduleNameMapper": {},
"moduleFileExtensions": [
"js",
"jsx"
],
"moduleDirectories": [
"node_modules"
]
},
"babel": {
"presets": [
"env",
"react"
]
},
"bugs": {
"url": "https://github.com/TickertTags/wikitags/issues"
},
"homepage": "https://github.com/TickertTags/wikitags#readme",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-polyfill": "6.13.0",
"babel-preset-env": "^1.4.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.5.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.4",
"enzyme": "^2.8.2",
"enzyme-to-json": "^1.5.1",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.28.0",
"jest": "^20.0.4",
"jest-cli": "^20.0.4",
"node-sass": "^4.5.2",
"react-test-renderer": "^15.6.1",
"sass-loader": "^6.0.3",
"serverless-webpack": "^1.0.0-rc.3",
"style-loader": "^0.18.2",
"url-loader": "^0.5.8",
"webpack": "^2.5.1",
"webpack-dev-server": "^2.4.5"
},
"dependencies": {
"axios": "^0.16.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-runtime": "6.11.6",
"bootstrap": "^3.3.7",
"json-loader": "^0.5.4",
"minimize": "^2.1.0",
"prop-types": "^15.5.10",
"ramda": "^0.23.0",
"react": "^15.5.4",
"react-bootstrap": "^0.31.0",
"react-dom": "^15.5.4",
"react-hot-loader": "next",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"serverless": "^1.14.0"
}
}