This repository was archived by the owner on Nov 18, 2022. 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
79 lines (79 loc) · 2.22 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.22 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
{
"name": "mbh-web-react",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"dev": "./node_modules/webpack-dev-server/bin/webpack-dev-server.js --progress --inline ",
"start": "node server;",
"deploy": "./node_modules/webpack/bin/webpack.js -p --config webpack.config.production.js"
},
"babel": {
"presets": [
"react",
"es2015"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/brgarciarivas/SetLife.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/brgarciarivas/SetLife/issues"
},
"homepage": "https://github.com/brgarciarivas/SetLife#readme",
"dependencies": {
"es6-promise": "^4.0.5",
"exports-loader": "^0.6.3",
"express": "^4.14.0",
"fs": "0.0.1-security",
"imports-loader": "^0.6.5",
"lodash": "^4.16.4",
"moment": "^2.15.1",
"path": "^0.12.7",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-dropdown": "^1.2.0",
"react-icons": "^2.2.1",
"react-redux": "^4.4.5",
"react-router": "^2.8.1",
"react-router-redux": "^4.0.6",
"react-scroll": "^1.4.4",
"redux": "^3.6.0",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.1.0"
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-class-properties": "^6.16.0",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"css-loader": "^0.25.0",
"eslint": "^3.8.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1",
"extract-text-webpack-plugin": "^1.0.1",
"html-webpack-plugin": "^2.22.0",
"imports-loader": "^0.6.5",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"path": "^0.12.7",
"react-fontawesome": "^1.4.0",
"react-hot-loader": "^3.0.0-beta.5",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.1.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.1",
"whatwg-fetch": "^1.0.0"
}
}