-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
180 lines (180 loc) · 5.82 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
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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
{
"name": "man.web",
"version": "0.1.54",
"description": "MAN UI",
"repository": "https://github.com/Nebo15/man.web.git",
"scripts": {
"postinstall": "[ $PREBUILD ] && npm run build || exit 0",
"predev": "npm run webpack",
"dev": "concurrently --kill-others \"node static/server.js\" \"node webpack.server.js\"",
"stats": "NODE_ENV=production webpack-dashboard -- node webpack.server.js",
"start": "NODE_ENV=production node --inspect static/server.js",
"webpack": "webpack",
"build": "NODE_ENV=production npm run webpack",
"preproduction": "npm run build",
"production": "NODE_ENV=production node --inspect static/server.js",
"karma": "karma start karma.config.js",
"karma:single-run": "karma start karma.config.js --single-run",
"test": "npm run karma:single-run",
"test:watch": "npm run karma",
"nightwatch": "nightwatch",
"hooks:commit": "lint-staged && npm test",
"stylelint": "stylelint 'app/**/*.scss' 'app/**/*.css' 'assets/**/*.scss' 'assets/**/*.css'",
"lint": "eslint app tests && npm run stylelint",
"report-coverage": "cat ./coverage/**/*.info | ./node_modules/.bin/coveralls",
"docker:reset": "npm run docker:down && npm run docker:up",
"docker:up": "docker-compose -f ./docker/dc.selenium.yml up -d",
"docker:down": "docker-compose -f ./docker/dc.selenium.yml down",
"locales:extract": "i18next-extract-gettext --files='./+(app)/**/*.+(js|json)' --output=app/common/locales/man.web.pot"
},
"lint-staged": {
"*.js": "eslint app",
"*.@(scss|css)": "stylelint"
},
"config": {
"ghooks": {
"pre-commit": "npm run hooks:commit"
}
},
"browserslist": [
"defaults",
"> 1%",
"iOS >= 7",
"Safari >= 7",
"Safari 8"
],
"engines": {
"node": "7.5.0"
},
"author": "Nebo15 <[email protected]> (http://nebo15.com/)",
"license": "MIT",
"dependencies": {
"assets-webpack-plugin": "3.4.0",
"autoprefixer": "7.1.2",
"babel": "6.23.0",
"babel-core": "6.25.0",
"babel-loader": "7.1.1",
"babel-plugin-module-resolver": "2.7.0",
"babel-plugin-react-transform": "2.0.2",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-runtime": "6.23.0",
"babel-polyfill": "6.23.0",
"babel-preset-es2015": "6.24.0",
"babel-preset-react": "6.23.0",
"babel-preset-stage-0": "6.22.0",
"babel-register": "6.24.0",
"chai-spies": "0.7.1",
"classnames": "2.2.5",
"cookie-dough": "0.1.0",
"cookie-parser": "1.4.3",
"core-js": "2.4.1",
"cross-env": "2.0.0",
"css-loader": "0.28.4",
"date-fns": "2.0.0-alpha.1",
"dotenv": "2.0.0",
"ejs": "2.4.2",
"express": "4.14.0",
"extract-text-webpack-plugin": "2.1.0",
"file-loader": "0.11.2",
"history": "3.0.0",
"http-status-codes": "1.1.6",
"i18next": "8.4.3",
"i18next-browser-languagedetector": "2.0.0",
"i18next-express-middleware": "1.0.5",
"i18next-po-loader": "1.0.0",
"ignore-styles": "5.0.1",
"json-loader": "0.5.5",
"lodash": "4.16.0",
"markdown": "^0.5.0",
"mustache": "^2.3.0",
"nebo15-isomorphic-style-loader": "1.0.0",
"node-cron": "1.2.0",
"normalizr": "3.2.3",
"path": "0.12.7",
"postcss": "6.0.4",
"postcss-apply": "0.7.0",
"postcss-css-variables": "0.7.0",
"postcss-import": "10.0.0",
"postcss-loader": "2.0.6",
"postcss-math": "0.0.8",
"postcss-nested": "2.0.1",
"precss": "2.0.0",
"proxy-middleware": "0.15.0",
"react": "15.2.1",
"react-codemirror": "1.0.0",
"react-copy-to-clipboard": "5.0.0",
"react-datepicker": "0.47.0",
"react-dom": "15.2.1",
"react-helmet": "5.1.3",
"react-hot-loader": "3.0.0-beta.6",
"react-i18next": "4.3.0",
"react-lite": "0.15.36",
"react-nebo15-mask": "1.0.7",
"react-nebo15-validate": "0.1.12",
"react-nl2br": "0.2.0",
"react-redux": "5.0.5",
"react-router": "2.8.1",
"react-router-redial": "0.3.4",
"react-router-redux": "4.0.6",
"react-router-sitemap": "1.1.1",
"react-svg-loader": "1.1.1",
"react-svg-sprite-icon": "0.0.11",
"redial": "0.5.0",
"redux": "3.7.1",
"redux-actions": "2.1.0",
"redux-api-middleware": "1.0.3",
"redux-form": "7.0.0",
"redux-freeze": "0.1.4",
"redux-multi": "0.1.12",
"redux-promise": "0.5.3",
"redux-thunk": "2.1.0",
"style-loader": "0.18.2",
"svg-inline-loader": "0.8.0",
"svg-inline-react": "1.0.2",
"webfonts-loader": "1.2.0",
"webpack": "3.1.0",
"webpack-merge": "4.1.0"
},
"devDependencies": {
"babel-eslint": "6.1.2",
"babel-istanbul-instrumenter-loader": "1.0.1",
"babel-preset-react-hmre": "1.1.1",
"browserstack-local": "1.2.0",
"chai": "4.1.0",
"chromedriver": "2.29.2",
"concurrently": "3.5.0",
"coveralls": "2.13.1",
"enzyme": "2.9.1",
"eslint": "3.6.0",
"eslint-config-airbnb": "11.2.0",
"eslint-import-resolver-babel-module": "2.2.1",
"eslint-plugin-chai-expect": "1.1.1",
"eslint-plugin-import": "2.3.0",
"eslint-plugin-jsx-a11y": "2.2.2",
"eslint-plugin-react": "6.3.0",
"ghooks": "1.3.2",
"i18next-extract-gettext": "3.1.3",
"isparta-loader": "2.0.0",
"karma": "1.7.0",
"karma-chai": "0.1.0",
"karma-coverage": "1.1.1",
"karma-coveralls": "1.1.2",
"karma-istanbul": "0.0.2",
"karma-mocha": "1.3.0",
"karma-phantomjs-launcher": "1.0.4",
"karma-sinon": "1.0.5",
"karma-sourcemap-loader": "0.3.7",
"karma-spec-reporter": "0.0.30",
"karma-webpack": "2.0.3",
"lint-staged": "4.0.1",
"mocha": "3.4.2",
"nightwatch": "0.9.16",
"react-addons-test-utils": "15.2.1",
"selenium-download": "2.0.10",
"selenium-server-standalone-jar": "2.53.1",
"stylelint": "7.3.1",
"stylelint-config-standard": "13.0.2",
"webpack-dashboard": "0.4.0",
"webpack-dev-server": "2.5.1"
}
}