-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.77 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
{
"name": "aof-react-components",
"version": "0.1.3",
"description": "React components used on the aof.gg website and the client.",
"main": "index.js",
"scripts": {
"clean": "node scripts/clean.js",
"build": "npm run clean && node scripts/build.js",
"test": "node scripts/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AnalyzeOrFeed/aof-react-components.git"
},
"author": "AnalyzeOrFeed <[email protected]> (http://aof.gg/)",
"contributors": [
{
"name": "Andreas Gassmann",
"email": "[email protected]"
},
{
"name": "Marco Crespi",
"email": "[email protected]"
}
],
"homepage": "https://github.com/AnalyzeOrFeed/aof-react-components",
"license": "MIT",
"bugs": {
"url": "https://github.com/AnalyzeOrFeed/aof-react-components/issues"
},
"keywords": [
"React",
"LoL",
"League Of Legends",
"LeagueOfLegends",
"Analyze Or Feed",
"AnalyzeOrFeed",
"aof.gg",
"aof"
],
"dependencies": {
"ampersand-events": "^2.0.1",
"classnames": "^2.2.5",
"lodash": "^4.11.2",
"moment": "^2.13.0",
"superagent": "^2.2.0"
},
"peerDependencies": {
"react": "15.*",
"react-dom": "15.*"
},
"devDependencies": {
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-react-constant-elements": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"css-loader": "^0.23.1",
"express": "^4.13.4",
"file-loader": "^0.9.0",
"json-loader": "^0.5.4",
"mkdirp": "^0.5.1",
"node-sass": "^3.7.0",
"react": "^15.0.2",
"react-dom": "^15.0.2",
"rimraf": "^2.5.2",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.0"
}
}