-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
152 lines (152 loc) · 6.19 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
{
"name": "electric-portal",
"version": "1.3.2",
"description": "Taxi electric portal",
"main": "index.js",
"scripts": {
"build": "webpack --mode=production --optimize-minimize --config webpack.config.js",
"build:serve": "npx http-server ./dist -p 1337",
"build:full": "npm run clean && npm run build && npm run build:serve",
"dev": "run-s build dev:webpack-dev",
"dev:webpack-dev": "webpack-dev-server --mode 'development' --config webpack.config.js",
"dev:proxy": "nodemon proxy/server.js",
"storybook": "start-storybook -p 9090 -s ./dist",
"build-storybook": "build-storybook -c .storybook -o .out -s ./public",
"deploy-storybook": "storybook-to-ghpages -o .out",
"serve-storybook": "npx serve .out",
"test": "cross-env BABEL_ENV=jest NODE_ICU_DATA=./node_modules/full-icu jest --no-cache --config=jest.config.js",
"test:update": "cross-env BABEL_ENV=jest NODE_ICU_DATA=node_modules/full-icu jest --no-cache --updateSnapshot --config=jest.config.js",
"test:ci": "cross-env BABEL_ENV=jest NODE_ICU_DATA=node_modules/full-icu jest --no-cache --config=jest.config.js --ci --reporters=jest-junit --reporters=default",
"test:watch": " BABEL_ENV=jest NODE_ICU_DATA=node_modules/full-icu jest --no-cache --watch --config=jest.config.js",
"test:debug": "node --inspect node_modules/.bin/jest --runInBand",
"clean": "rm -rf dist",
"lint": "npm run tslint",
"lint:fix": "tslint './src/**/*.{ts,tsx}' --project tsconfig.json --fix",
"tslint": "tslint './src/**/*.{ts,tsx}' --project tsconfig.json",
"prettier": "npm run prettier:scss",
"prettier:scss": "prettier --write '**/*.scss'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zwaardje/electric-portal.git"
},
"author": "taxi-electric",
"license": "MIT",
"bugs": {
"url": "https://github.com/zwaardje/electric-portal/issues"
},
"homepage": "https://github.com/zwaardje/electric-portal#readme",
"dependencies": {
"@sentry/browser": "^5.3.0",
"@sentry/webpack-plugin": "^1.8.0",
"connected-react-router": "^6.3.2",
"core-js": "^3.1.2",
"date-fns": "^2.0.0-alpha.27",
"i18next": "^15.1.3",
"mapbox-gl": "^1.0.0",
"promise-polyfill": "8.1.0",
"react": "16.8.6",
"react-calendar": "^2.19.0",
"react-datepicker": "2.5.0",
"react-dom": "16.8.6",
"react-i18next": "^10.10.0",
"react-redux": "^6.0.0",
"react-router-dom": "^4.2.2",
"redux": "^4.0.1",
"redux-saga": "^1.0.1",
"typescript": "^3.4.3",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@babel/cli": "^7.4.0",
"@babel/core": "^7.4.0",
"@babel/node": "^7.2.2",
"@babel/parser": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.0.0-beta.42",
"@babel/preset-react": "^7.0.0-beta.42",
"@babel/register": "^7.0.0",
"@material-ui/core": "^3.9.1",
"@material-ui/icons": "^3.0.2",
"@storybook/addon-a11y": "^5.0.11",
"@storybook/addon-actions": "^5.0.6",
"@storybook/addon-backgrounds": "5.0.6",
"@storybook/addon-centered": "5.0.6",
"@storybook/addon-console": "^1.1.0",
"@storybook/addon-info": "^5.0.6",
"@storybook/addon-knobs": "^5.0.6",
"@storybook/addon-links": "5.0.6",
"@storybook/addon-notes": "5.0.6",
"@storybook/addon-options": "5.0.6",
"@storybook/addon-storyshots": "^5.1.11",
"@storybook/addon-storysource": "5.0.6",
"@storybook/addon-viewport": "^5.0.6",
"@storybook/addons": "5.0.6",
"@storybook/react": "^5.0.6",
"@storybook/storybook-deployer": "^2.8.1",
"@types/jest": "^23.3.14",
"@types/mapbox-gl": "^0.51.7",
"@types/mocha": "^5.2.6",
"@types/react-datepicker": "^2.3.0",
"@types/react-redux": "^7.0.1",
"@types/react-router-dom": "^4.3.2",
"@types/requirejs": "^2.1.31",
"@types/storybook__react": "^4.0.1",
"@types/webpack": "^4.4.27",
"@types/webpack-env": "^1.13.9",
"autoprefixer": "^9.6.0",
"awesome-typescript-loader": "^5.2.1",
"babel-loader": "^8.0.5",
"copy-webpack-plugin": "^5.0.2",
"cross-env": "^5.2.0",
"css-loader": "^2.1.1",
"dotenv": "^6.2.0",
"dotenv-webpack": "^1.7.0",
"eslint": "^5.4.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-promise": "4.0.0",
"file-loader": "^3.0.1",
"full-icu": "^1.3.0",
"hoist-non-react-statics": "^3.3.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "3.2.0",
"http-proxy": "^1.17.0",
"i18next-browser-languagedetector": "^3.0.1",
"i18next-xhr-backend": "^2.0.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^23.6.0",
"jest-junit": "^6.4.0",
"jest-transform-stub": "^2.0.0",
"node-sass": "^4.11.0",
"nodemon": "^1.19.0",
"npm-run-all": "^4.1.5",
"postcss-custom-media": "^7.0.8",
"postcss-loader": "^3.0.0",
"prettier": "^1.17.1",
"query-string": "^5.1.1",
"react-docgen-typescript-loader": "^3.1.0",
"react-hot-loader": "^4.8.5",
"react-test-renderer": "^16.8.6",
"regenerator-runtime": "^0.13.2",
"sass-loader": "^7.1.0",
"storybook-addon-jsx": "^7.1.2",
"storybook-react-router": "^1.0.5",
"storybook-readme": "^5.0.8",
"style-loader": "^0.23.1",
"ts-jest": "^23.10.5",
"ts-loader": "^4.4.2",
"ts-node": "^7.0.1",
"tsconfig-paths": "^3.5.0",
"tslint": "5.11.0",
"tslint-config-airbnb": "^5.11.1",
"tslint-react": "^4.0.0",
"webpack": "^4.29.3",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.1.14",
"webpack-svgstore-plugin": "^4.1.0"
},
"browserslist": "> 0.25%, not dead, ie 11"
}