-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.14 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
{
"name": "pokemongo",
"version": "1.0.0",
"description": "An repository of crowd sourced information to allow Pokemon Go players to find the pokemon they want through other players entering and validating entries.",
"main": "index.js",
"scripts": {
"build": "webpack",
"start": "webpack-dev-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"pokemongo",
"pokemon",
"mewtwo",
"charizard",
"dragonite",
"mew"
],
"author": "Kirushi Arunthavasothy",
"license": "MIT",
"devDependencies": {
"babel-core": "6.10.4",
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.9.0",
"babel-preset-react": "6.11.1",
"css-loader": "0.23.1",
"file-loader": "0.9.0",
"less": "2.7.1",
"less-loader": "2.2.3",
"react-router": "2.5.2",
"redux-form": "5.3.1",
"redux-promise": "0.5.3",
"style-loader": "0.13.1",
"url-loader": "0.5.7",
"webpack": "1.13.1",
"webpack-dev-server": "1.14.1"
},
"dependencies": {
"axios": "0.13.1",
"react": "15.2.1",
"react-dom": "15.2.1",
"react-redux": "4.4.5",
"redux": "3.5.2"
}
}