-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.12 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
{
"name": "stuffplace",
"version": "1.0.0",
"description": "foo",
"main": "index.js",
"scripts": {
"test": "mocha --compilers js:babel-core/register --require ./test/test_helper.js 'test/**/*.@(js|jsx)'",
"test:watch": "npm run test -- --watch"
},
"repository": {
"type": "git",
"url": "[email protected]:DanSchoppe/stuffplace.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"homepage": "https://github.com/danschoppe/stuffplace",
"devDependencies": {
"babel-core": "^6.18.0",
"babel-loader": "^6.2.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"chai": "^3.5.0",
"chai-immutable": "^1.5.3",
"jsdom": "^9.8.3",
"mocha": "^3.1.2",
"react-hot-loader": "^3.0.0-beta.6",
"webpack": "^1.12.13",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"immutable": "^3.7.6",
"material-ui": "0.16.4",
"react": "^15.0.0",
"react-addons-test-utils": ">=0.14.7",
"react-dom": ">=0.14.7",
"react-redux": "^4.4.0",
"react-tap-event-plugin": ">=0.2.2",
"redux": "^3.3.1",
"socket.io-client": "^1.4.5"
}
}