This repository was archived by the owner on Mar 7, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.44 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.44 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "register",
"version": "1.0.0",
"description": "Server- and client- side code for Olin.js Register App",
"main": "app.js",
"scripts": {
"build": "webpack --watch",
"lint": "./node_modules/.bin/eslint --ignore-pattern src/ ./",
"start": "nodemon app.js --exec './node_modules/.bin/eslint --ignore-pattern src/ ./; node'",
"test": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/olin/register.git"
},
"author": "Olinjs",
"license": "ISC",
"dependencies": {
"autoprefixer": "^6.7.7",
"babel-eslint": "^7.2.1",
"babel-plugin-transform-react-jsx": "^6.22.0",
"babelify": "^7.3.0",
"body-parser": "^1.16.1",
"cookie-parser": "^1.4.3",
"debug": "^2.6.0",
"express": "^4.14.0",
"express-session": "^1.15.2",
"jquery": "^3.2.1",
"mongoose": "^4.9.2",
"mongoose-findorcreate": "^1.0.1",
"node": "^0.0.0",
"nodemon": "^1.11.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"path": "^0.12.7",
"react": "^15.4.2",
"react-autosuggest": "^9.0.1",
"react-bootstrap": "^0.30.9",
"react-dnd": "^2.3.0",
"react-dnd-html5-backend": "^2.3.0",
"react-dom": "^15.4.2",
"react-redux": "^5.0.3",
"react-router": "^4.1.1",
"react-router-bootstrap": "^0.24.2",
"react-router-dom": "^4.1.1",
"redux": "^3.5.2",
"redux-logger": "^3.0.1",
"redux-persist": "^4.6.0",
"redux-thunk": "^2.2.0",
"sass-loader": "^6.0.3",
"serve": "^5.1.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babel-preset-stage-2": "^6.3.13",
"babel-runtime": "^6.3.19",
"css-loader": "^0.27.3",
"eslint": "^3.18.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-loader": "^1.7.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "6.10.3",
"exports-loader": "^0.6.2",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"imports-loader": "^0.7.1",
"node-libs-browser": "^2.0.0",
"node-sass": "^4.5.1",
"postcss-loader": "^1.3.3",
"style-loader": "^0.16.0",
"url-loader": "^0.5.7",
"webpack": "^2.3.2"
}
}