forked from City-of-Helsinki/varaamo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
133 lines (133 loc) · 4.42 KB
/
package.json
File metadata and controls
133 lines (133 loc) · 4.42 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "varaamo",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "https://github.com/City-of-Helsinki/varaamo"
},
"main": "server/index.js",
"homepage": "https://varaamo.hel.fi/",
"description": "Varaamo is the user interface for the City of Helsinki varaamo.hel.fi resource reservation service.",
"license": "MIT",
"dependencies": {
"classnames": "2.2.5",
"dotenv": "2.0.0",
"dragscroll": "0.0.8",
"hash-file": "3.0.0",
"humps": "1.1.0",
"isomorphic-fetch": "2.2.1",
"json-loader": "0.5.4",
"location-origin": "1.1.4",
"lodash": "4.16.4",
"moment": "2.15.2",
"moment-range": "2.2.0",
"moment-timezone": "0.5.13",
"nocache": "2.0.0",
"normalizr": "2.2.1",
"passport": "0.3.2",
"passport-helsinki": "git://github.com/City-of-Helsinki/passport-helsinki.git",
"query-string": "4.2.3",
"react": "15.3.2",
"react-addons-css-transition-group": "15.3.2",
"react-bootstrap": "0.30.5",
"react-date-picker": "git://github.com/YoYuUm/react-date-picker.git#build-readonly",
"react-day-picker": "5.2.0",
"react-document-title": "2.0.2",
"react-dom": "15.3.2",
"react-helmet": "3.2.3",
"react-intl": "2.1.5",
"react-intl-redux": "0.2.0",
"react-linkify": "0.1.3",
"react-loader": "2.4.0",
"react-notifications": "1.3.0",
"react-numeric-input": "2.0.7",
"react-redux": "4.4.5",
"react-router": "2.8.1",
"react-router-bootstrap": "0.23.1",
"react-select": "1.0.0-rc.2",
"react-sticky-el": "1.0.3",
"redux": "3.6.0",
"redux-actions": "0.12.0",
"redux-api-middleware": "1.0.2",
"redux-form": "6.1.0",
"redux-localstorage": "1.0.0-rc5",
"redux-localstorage-filter": "0.1.1",
"redux-thunk": "2.2.0",
"reselect": "2.5.4",
"seamless-immutable": "6.1.4",
"serialize-javascript": "1.3.0",
"validator": "6.1.0"
},
"devDependencies": {
"autoprefixer": "6.5.1",
"babel-core": "6.17.0",
"babel-eslint": "7.0.0",
"babel-loader": "6.2.5",
"babel-plugin-istanbul": "2.0.1",
"babel-plugin-react-transform": "2.0.2",
"babel-polyfill": "6.16.0",
"babel-preset-es2015": "6.16.0",
"babel-preset-node6": "11.0.0",
"babel-preset-react": "6.16.0",
"babel-preset-react-hmre": "1.1.1",
"babel-preset-stage-2": "6.17.0",
"body-parser": "1.15.2",
"chai": "3.5.0",
"codecov": "2.3.0",
"cookie-parser": "1.4.3",
"cookie-session": "1.2.0",
"css-loader": "0.25.0",
"enzyme": "2.4.1",
"eslint": "3.8.0",
"eslint-config-airbnb": "12.0.0",
"eslint-import-resolver-webpack": "0.6.0",
"eslint-loader": "1.5.0",
"eslint-plugin-babel": "3.3.0",
"eslint-plugin-import": "1.16.0",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-react": "6.4.1",
"express": "4.14.0",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.9.0",
"html-webpack-plugin": "2.22.0",
"karma": "1.3.0",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "2.0.0",
"karma-coverage": "1.1.1",
"karma-intl-shim": "1.0.3",
"karma-mocha": "1.2.0",
"karma-mocha-reporter": "2.2.0",
"karma-phantomjs-launcher": "1.0.2",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "1.8.0",
"less": "2.7.1",
"less-loader": "2.2.3",
"mocha": "3.1.2",
"mockdate": "1.0.4",
"morgan": "1.7.0",
"postcss-loader": "1.0.0",
"react-addons-test-utils": "15.3.2",
"react-transform-catch-errors": "1.0.2",
"react-transform-hmr": "1.0.4",
"redbox-react": "1.3.2",
"redux-logger": "2.7.0",
"rosie": "1.6.0",
"simple-mock": "0.7.0",
"style-loader": "0.13.1",
"url-loader": "0.5.7",
"webpack": "1.13.2",
"webpack-dev-middleware": "1.8.4",
"webpack-hot-middleware": "2.13.0",
"webpack-merge": "0.14.1"
},
"scripts": {
"build": "./node_modules/.bin/webpack --config config/webpack.production.js",
"lint": "./node_modules/.bin/eslint .",
"start:production": "NODE_ENV=production node server/index.js",
"start": "node server/index.js",
"test:ci": "./node_modules/karma/bin/karma start config/karma.ci.conf.js --single-run",
"test:coverage": "npm run lint && ./node_modules/karma/bin/karma start config/karma.coverage.conf.js --single-run",
"test:watch": "npm run lint && ./node_modules/karma/bin/karma start config/karma.conf.js",
"test": "npm run lint && ./node_modules/karma/bin/karma start config/karma.conf.js --single-run"
}
}