-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 973 Bytes
/
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
{
"name": "hai_c4",
"version": "1.0.0",
"description": "connect 4 clone",
"main": "index.js",
"scripts": {
"test": "mocha --require babel-register --recursive",
"test:watch": "npm run test -- --watch",
"dev": "webpack-dev-server"
},
"author": "shawn hartsell",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.7.7",
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-register": "^6.7.2",
"chai": "^3.5.0",
"chai-immutable": "^1.5.4",
"eslint-plugin-react": "^5.1.1",
"mocha": "^2.4.5",
"react-hot-loader": "^1.3.0",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"immutable": "^3.8.1",
"mathjs": "^3.2.1",
"ramda": "^0.21.0",
"react": "^15.0.1",
"react-bootstrap": "^0.30.3",
"react-dom": "^15.0.1",
"react-redux": "^4.4.5",
"redux": "^3.5.2"
}
}