-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.56 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.56 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
{
"name": "learning-exchange",
"version": "0.0.1",
"description": "Network for self motivated learners and teachers to find eachother",
"main": "index.js",
"scripts": {
"wp": "./node_modules/.bin/webpack --watch",
"wpdev": "webpack-dev-server --config webpack.hot.config.js",
"postinstall": "./node_modules/.bin/webpack",
"test": "jest"
},
"engines": {
"node": "v8.9.4"
},
"author": "Fred Sladkey",
"license": "ISC",
"dependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.24.1",
"camelcase": "^4.0.0",
"copy-webpack-plugin": "^4.0.1",
"expose-loader": "^0.7.1",
"immutable": "^3.8.1",
"moment": "^2.18.1",
"normalizr": "^3.1.0",
"only": "0.0.2",
"pluralize": "^3.1.0",
"react": "^15.6.1",
"react-addons-shallow-compare": "^15.6.0",
"react-big-calendar": "^0.14.0",
"react-dates": "^12.3.0",
"react-dom": "^15.6.1",
"react-hot-loader": "next",
"react-redux": "^5.0.5",
"react-router": "^2.8.1",
"react-router-redux": "^4.0.7",
"react-select": "^1.0.0-rc.5",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"reselect": "^2.5.4",
"webpack": "^2.6.1"
},
"devDependencies": {
"babel-jest": "^16.0.0",
"enzyme": "^2.5.1",
"jest-cli": "^16.0.2",
"redux-logger": "^2.7.0",
"redux-mock-store": "^1.2.1",
"webpack-dev-server": "^2.4.5"
}
}