-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.68 KB
/
Copy pathpackage.json
File metadata and controls
93 lines (93 loc) · 2.68 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
84
85
86
87
88
89
90
91
92
93
{
"name": "rv-026webui",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"gulp": "node ./node_modules/gulp4/bin/gulp.js",
"start": "npm run gulp",
"dbcreate": "node ./dist/db/dbcreate.js",
"dbseed": "node ./dist/db/dbseed.js",
"test": "mocha --compilers js:babel-core/register --require babel-polyfill --recursive",
"cover": "babel-node ./node_modules/.bin/isparta cover _mocha -- --recursive",
"lint:frontEnd": "eslint ./static"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Social-projects-Rivne/Rv-026WebUI.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Social-projects-Rivne/Rv-026WebUI/issues"
},
"homepage": "https://github.com/Social-projects-Rivne/Rv-026WebUI#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^6.2.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.1.18",
"babel-preset-stage-1": "^6.1.18",
"chai": "^4.1.2",
"cors": "^2.8.4",
"css-loader": "^0.22.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"file-loader": "^0.8.5",
"gulp-babel": "^7.0.0",
"gulp-nodemon": "^2.2.1",
"gulp-sass": "^3.1.0",
"isparta": "^4.0.0",
"json-loader": "^0.5.7",
"mocha": "^3.5.0",
"morgan": "^1.8.2",
"node-sass": "^4.5.3",
"node-uuid": "^1.4.8",
"nodemon": "^1.11.0",
"proxyquire": "^1.8.0",
"react-hot-loader": "^1.3.0",
"redux-devtools-extension": "^2.13.2",
"rimraf": "^2.6.1",
"url-loader": "^0.5.6",
"webpack": "3.6.0",
"webpack-stream": "^4.0.0"
},
"dependencies": {
"axios": "^0.16.2",
"body-parser": "^1.17.2",
"bootstrap": "^3.3.7",
"browser-sync": "^2.18.13",
"cookie-parser": "^1.4.3",
"express": "^4.15.4",
"gulp4": "^4.0.2",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"multiparty": "^4.1.3",
"node-mailer": "^0.1.1",
"nodemailer": "^4.1.0",
"nodemailer-smtp-transport": "^2.7.4",
"pg": "^7.2.0",
"prop-types": "^15.5.10",
"re-carousel": "^1.0.0",
"react": "^15.6.1",
"react-alert": "^2.3.0",
"react-bootstrap": "^0.31.2",
"react-dom": "^15.6.1",
"react-loading": "^0.1.4",
"react-redux": "^5.0.6",
"react-router": "^3.0.0",
"react-tabs": "^1.0.0",
"redux": "^3.7.2",
"redux-promise": "^0.5.3",
"sha.js": "^2.4.8",
"underscore": "^1.8.3",
"uuid": "^3.1.0",
"webpack-shell-plugin": "^0.5.0"
}
}