-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.61 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
{
"name": "secret-santa",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server",
"build": "rm -rf build && webpack -p --progress --optimize-minimize"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/yves-s/secret-santa.git"
},
"keywords": [
"react",
"secret-santa"
],
"author": "Yves Schleich",
"license": "ISC",
"bugs": {
"url": "https://github.com/yves-s/secret-santa/issues"
},
"homepage": "https://github.com/yves-s/secret-santa#readme",
"dependencies": {
"bootstrap": "^3.3.7",
"react": "^15.3.2",
"react-bootstrap": "^0.30.5",
"react-dom": "^15.3.2",
"react-redux": "^4.4.5",
"react-tap-event-plugin": "^1.0.0",
"react-toolbox": "^1.2.3",
"redux": "^3.6.0",
"redux-form": "^6.2.0",
"roboto-fontface": "^0.6.0"
},
"devDependencies": {
"autoprefixer": "^6.5.1",
"babel-cli": "^6.16.0",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-2": "^6.18.0",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.24.0",
"immutability-helper": "^2.0.0",
"node-sass": "^3.10.1",
"postcss-loader": "^1.0.0",
"react-addons-css-transition-group": "^15.3.2",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2"
}
}