-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.85 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
{
"name": "goggles",
"version": "2.3.0",
"license": "UNLICENSED",
"private": true,
"description": "A React frontend for waapow.com",
"author": "Ben Ridge <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/benridge/goggles"
},
"scripts": {
"start": "node server/node-server.js",
"test": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS"
},
"main": "server/node-server.js",
"dependencies": {
"bootstrap": "3.3.2",
"express": "^4.11.2",
"isomorphic-fetch": "^2.1.1",
"jquery": ">= 1.9.1",
"json-loader": "^0.5.1",
"lodash": "^3.2.0",
"moment": "^2.9.0",
"path": "^0.12.7",
"react": "0.13.3",
"react-redux": "^2.1.2",
"redux-logger": "^2.0.1",
"redux-thunk": "^1.0.0"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.24",
"babel-loader": "^5.3.2",
"es6-shim": "^0.28.1",
"eslint": "^1.4.1",
"eslint-plugin-react": "^3.3.2",
"expect": "^1.11.1",
"grunt": "~0.4.2",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^17.1.0",
"grunt-html": "^4.0.2",
"grunt-react": "^0.10.0",
"grunt-webpack": "^1.0.8",
"jsx-loader": "^0.12.2",
"karma": "^0.13.10",
"karma-chrome-launcher": "^0.2.0",
"karma-es6-shim": "^0.1.3",
"karma-jasmine": "^0.3.6",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.1",
"karma-requirejs": "^0.2.2",
"karma-sourcemap-loader": "^0.3.5",
"karma-webpack": "^1.7.0",
"load-grunt-tasks": "^3.2.0",
"mocha": "^2.3.3",
"phantomjs": "^1.9.18",
"react-tools": "^0.13.1",
"redux-devtools": "^2.1.2",
"source-map-loader": "^0.1.3",
"webpack": "^1.15.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^1.7.0"
}
}