-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.45 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
{
"name": "emoji-hunt",
"version": "1.0.0",
"description": "Find the emoji's",
"scripts": {
"start": "webpack-dev-server --hot --progress",
"clean": "rimraf dist",
"build": "NODE_ENV=production webpack -p",
"test": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrewdamelio/emoji-hunt"
},
"homepage": "https://github.com/andrewdamelio/emoji-hunt#readme",
"devDependencies": {
"babel": "^5.5.8",
"babel-core": "^5.6.18",
"babel-eslint": "^4.1.3",
"babel-loader": "^5.1.4",
"basscss": "^7.0.4",
"css-loader": "^0.19.0",
"cssnext-loader": "^1.0.1",
"emojilib": "^1.1.0",
"eslint": "^1.5.1",
"eslint-loader": "^1.0.0",
"eslint-plugin-react": "^3.4.2",
"file-loader": "^0.8.4",
"font-awesome": "^4.4.0",
"immutable": "^3.7.5",
"ionicons": "^2.0.1",
"json-loader": "^0.5.3",
"node-libs-browser": "^0.5.2",
"normalize": "^0.3.1",
"postcss-loader": "^0.8.0",
"radium": "^0.14.1",
"ramda": "^0.18.0",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-hot-loader": "^1.3.0",
"react-redux": "^2.0.0",
"redux": "^2.0.0",
"redux-actions": "^0.8.0",
"redux-devtools": "^2.1.2",
"redux-logger": "^1.0.9",
"redux-thunk": "^0.1.0",
"rimraf": "^2.3.4",
"source-map-loader": "^0.1.5",
"style-loader": "^0.12.4",
"url-loader": "^0.5.6",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.11.0"
}
}