-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.16 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
68
69
70
71
72
73
74
{
"name": "medical-booking",
"version": "1.0.0",
"description": "Building medical booking",
"scripts": {
"serve": "nodemon server.js --ignore",
"test": "mocha --compilers js:babel-core/register --require ./test/global.js --recursive ./test",
"test:watch": "npm run test -- --watch"
},
"repository": {},
"author": "Phuong Nguyen",
"license": "ISC",
"dependencies": {
"autoprefixer": "^6.3.6",
"axios": "^0.12.0",
"babel-core": "^6.4.5",
"babel-loader": "^6.2.2",
"babel-plugin-transform-class-properties": "^6.9.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-1": "^6.5.0",
"chai": "^3.5.0",
"chai-jquery": "^2.0.0",
"classnames": "^2.2.5",
"clone": "^1.0.2",
"css-loader": "^0.23.1",
"expect": "^1.20.1",
"express": "^4.13.4",
"extract-text-webpack-plugin": "^1.0.1",
"history": "^1.17.0",
"jquery": "^2.2.1",
"jsdom": "^8.1.0",
"material-ui": "^0.15.1",
"mocha": "^2.4.5",
"moment": "^2.13.0",
"nock": "^8.0.0",
"node-sass": "^3.8.0",
"normalize.css": "^4.1.1",
"postcss-loader": "^0.9.1",
"react": "^15.1.0",
"react-addons-css-transition-group": "^15.1.0",
"react-addons-test-utils": "^15.1.0",
"react-bootstrap": "^0.29.5",
"react-dimensions": "^1.2.0",
"react-dom": "^15.1.0",
"react-infinite": "^0.9.2",
"react-infinite-calendar": "^1.1.14",
"react-overlays": "^0.6.3",
"react-redux": "^4.4.5",
"react-router": "^2.4.1",
"react-scroll": "^1.0.16",
"react-sticky": "^5.0.3",
"react-tap-event-plugin": "^1.0.0",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"redux-mock-store": "^1.1.0",
"redux-multi": "^0.1.12",
"redux-promise": "^0.5.3",
"redux-saga": "^0.10.5",
"redux-thunk": "^2.1.0",
"sass-lint": "^1.8.0",
"sass-loader": "^3.2.1",
"socket.io-client": "^1.4.8",
"style-loader": "^0.13.1",
"underscore": "^1.8.3",
"webpack": "^1.12.13",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0"
},
"devDependencies": {
"babel-preset-react-hmre": "^1.1.1",
"css-loader": "^0.23.1"
}
}