-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.53 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
{
"name": "tinderweb",
"version": "0.0.1",
"description": "Tinder web client",
"main": "Gruntfile.coffee",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Achmad Mahardi <[email protected]>",
"license": "MIT",
"dependencies": {
"lodash": "^3.3.1",
"normalizr": "^0.1.3",
"radium": "^0.9.1",
"react": "^0.12.2",
"react-document-title": "^1.0.2",
"react-router": "^0.12.4",
"reflux": "^0.2.5"
},
"devDependencies": {
"babel": "^4.6.0",
"babel-core": "^4.6.0",
"babel-loader": "^4.0.0",
"css-loader": "^0.9.1",
"file-loader": "^0.8.1",
"grunt": "^0.4.5",
"grunt-bump": "^0.3.0",
"grunt-clean": "^0.4.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-karma": "^0.10.1",
"grunt-notify": "^0.4.1",
"grunt-webpack": "^1.0.8",
"jasmine-core": "^2.2.0",
"jshint": "^2.6.1",
"jshint-loader": "^0.8.3",
"jsx-loader": "^0.12.2",
"jsxhint-loader": "^0.2.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-script-launcher": "^0.1.0",
"karma-webpack": "^1.5.0",
"load-grunt-tasks": "^3.1.0",
"react": "^0.12.2",
"react-hot-loader": "^1.1.5",
"sass-loader": "^0.4.0",
"style-loader": "^0.8.3",
"url-loader": "^0.5.5",
"webpack": "^1.6.0",
"webpack-dev-server": "^1.7.0"
}
}