-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
99 lines (99 loc) · 2.8 KB
/
package.json
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
94
95
96
97
98
99
{
"name": "Eventio",
"version": "0.2.2",
"main": "./lib/index.js",
"title": "STRV",
"repository": {
"type": "git",
"url": "https://[email protected]/milos_nikolic/eventio.git"
},
"license": "UNLICENSED",
"keywords": [
"strv",
"Eventio",
"Heroku"
],
"description": "Eventio - STRV application",
"dependencies": {
"babel-plugin-transform-decorators-legacy": "1.3.4",
"domready": "1.0.8",
"express": "4.15.2",
"file-saver": "1.3.3",
"intl": "1.2.5",
"js-base64": "2.1.9",
"material-ui": "0.18.1",
"moment": "2.19.3",
"newrelic": "^1.39.1",
"react": "15.4.2",
"react-addons-test-utils": "latest",
"react-bootstrap": "0.30.8",
"react-bootstrap-date-picker": "4.0.0",
"react-cookie": "1.0.4",
"react-copy-to-clipboard": "4.2.3",
"react-dom": "15.4.2",
"react-fontawesome": "1.5.0",
"react-intl": "2.2.3",
"react-redux": "5.0.3",
"react-router": "3.0.2",
"redux": "3.6.0",
"redux-thunk": "2.2.0",
"reqwest": "2.0.5",
"vis": "4.18.1"
},
"devDependencies": {
"babel-core": "6.23.1",
"babel-eslint": "7.1.1",
"babel-loader": "6.4.0",
"babel-plugin-transform-function-bind": "6.22.0",
"babel-plugin-transform-object-assign": "6.22.0",
"babel-plugin-transform-object-rest-spread": "6.23.0",
"babel-polyfill": "6.23.0",
"babel-preset-es2015": "6.22.0",
"babel-preset-react": "6.23.0",
"babel-preset-stage-1": "^6.24.1",
"chai": "3.5.0",
"css-loader": "0.27.1",
"cssnano": "3.10.0",
"del": "2.2.2",
"enzyme": "2.7.1",
"eslint": "4.18.2",
"eslint-plugin-react": "6.10.0",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.9.0",
"gulp": "3.9.1",
"gulp-clean": "0.3.2",
"gulp-eslint": "3.0.1",
"gulp-line-ending-corrector": "1.0.1",
"gulp-rename": "1.2.2",
"gulp-shell": "0.5.2",
"html-webpack-plugin": "2.28.0",
"immutable": "3.8.1",
"mocha": "3.2.0",
"node-sass": "4.3.0",
"postcss-cssnext": "2.9.0",
"postcss-discard-comments": "2.0.4",
"postcss-discard-duplicates": "2.0.2",
"postcss-loader": "1.2.2",
"react-tap-event-plugin": "latest",
"relpers": "1.3.3",
"sass-loader": "4.1.1",
"style-loader": "0.13.1",
"url-loader": "0.5.7",
"webpack": "1.14.0",
"webpack-dev-server": "3.1.11",
"webpack-stream": "2.1.1",
"xhr2": "0.1.4"
},
"engines": {
"node": "6.10.2"
},
"scripts": {
"gulp-dev": "gulp development",
"gulp-prod": "gulp production",
"clean": "gulp clean",
"test": "mocha --compilers js:babel-core/register lib/**/*.spec.js --recursive -r jsdom-global/register",
"webpackDevServer": "webpack-dev-server --inline --hot --colors --progress",
"postinstall": "gulp production",
"start": "node server.js"
}
}