This repository was archived by the owner on Sep 18, 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
71 lines (71 loc) · 2.05 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.05 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
{
"name": "node-react-base",
"version": "0.0.1-SNAPSHOT",
"description": "Shared base system for all applications",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/OpusCapitaBES/node-react-base"
},
"author": {
"name": "Dariusz Jakubowski",
"email": "dariusz.jakubowski@opuscapita.com"
},
"license": "jCatalog",
"readme": "README.md",
"dependencies": {
"babel-runtime": "6.23.0",
"consul": "0.28.0",
"epilogue": "0.7.1",
"express": "4.15.2",
"express-handlebars": "3.0.0",
"lodash": "4.17.4",
"moment": "2.18.1",
"ocbesbn-config": "2.2.5",
"ocbesbn-db-init": "1.1.5",
"ocbesbn-web-init": "1.0.3",
"opuscapita-i18n": "1.0.12",
"react": "15.4.2",
"react-addons-test-utils": "15.4.2",
"react-addons-transition-group": "15.4.2",
"react-bootstrap": "0.30.8",
"react-cookie": "1.0.5",
"react-d3-components": "0.6.6",
"react-dom": "15.4.2",
"react-dropzone-component": "1.4.1",
"react-redux": "5.0.4",
"react-router": "4.0.0",
"react-router-redux": "4.0.8",
"react-spinkit": "2.1.1",
"react-utils-helper": "0.1.4",
"redux": "3.6.0",
"rimraf": "2.6.1",
"sequelize": "3.30.4",
"sequelize-cli": "2.7.0",
"sequelize-fixtures": "0.5.6"
},
"devDependencies": {
"babel-cli": "6.24.1",
"babel-core": "6.24.1",
"babel-eslint": "7.2.1",
"babel-jest": "19.0.0",
"babel-loader": "6.4.1",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-runtime": "6.23.0",
"babel-plugin-webpack-loaders": "0.9.0",
"babel-polyfill": "6.23.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-jest": "19.0.0",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"babel-register": "6.24.1",
"css-loader": "0.28.0",
"eslint": "3.19.0",
"eslint-config-opuscapita": "1.0.4",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-react": "6.10.3",
"json-loader": "0.5.4",
"style-loader": "0.16.1"
}
}