-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.03 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2.03 KB
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
{
"name": "tutorfast-frontend",
"version": "0.0.0",
"description": "TutorFast frontend SPA.",
"main": "index.js",
"repository": "git@github.com:TutorFast/TutorFast-Frontend.git",
"author": "Alex Aralis <alex.aralis@gmail.com>",
"license": "MIT",
"scripts": {
"build": "webpack -p --config dev.webpack.config.js",
"server": "webpack-dev-server --config dev.webpack.config.js",
"dev": "webpack-dev-server --config dev.webpack.config.js",
"prestart": "webpack -p --config dev.webpack.config.js",
"start": "node server.js"
},
"dependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-flow-react-proptypes": "^3.4.1",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.5.2",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"cjson": "^0.5.0",
"css-loader": "^0.28.4",
"email-validator": "^1.0.7",
"eslint": "^4.0.0",
"eslint-loader": "^1.8.0",
"eslint-plugin-flowtype": "^2.34.0",
"eslint-plugin-react": "^7.1.0",
"express": "^4.15.3",
"history": "^4.6.3",
"lodash": "^4.17.4",
"material-ui": "^0.18.6",
"memoize-bind": "^1.0.3",
"moment": "^2.18.1",
"node-sass": "^4.5.3",
"rc-slider": "^8.2.0",
"react": "^15.6.1",
"react-big-calendar": "^0.14.4",
"react-dom": "^15.6.1",
"react-grid-system": "^2.9.2",
"react-hot-loader": "next",
"react-payment": "^0.1.7",
"react-redux": "^5.0.5",
"react-router-dom": "^4.1.1",
"react-router-redux": "next",
"react-router-transition": "^0.1.1",
"react-stripe-elements": "^0.0.5",
"react-toastify": "^2.0.0-rc.1",
"redux": "^3.7.0",
"sass-loader": "^6.0.6",
"semantic-ui-react": "^0.71.3",
"socket.io-client": "^2.0.3",
"stripe-client": "^1.1.2",
"style-loader": "^0.18.2",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.5.0",
"with-query": "^1.0.2"
}
}