-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
139 lines (139 loc) · 5.78 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
{
"name": "quotes-mobx",
"version": "0.0.1",
"private": true,
"description": "",
"main": "index.js",
"scripts": {
"cypress:debug": "./node_modules/.bin/cypress open --env STUBBED_RESPONSES=true",
"cypress": "./node_modules/.bin/cypress run --env STUBBED_RESPONSES=true",
"cypress:debug:without-stubbing": "./node_modules/.bin/cypress open --env STUBBED_RESPONSES=false",
"cypress:without-stubbing": "./node_modules/.bin/cypress run --env STUBBED_RESPONSES=false",
"test": "npm run dev-server-fast & CYPRESS_RETRIES=1 npm run cypress -- --spec $TESTFOLDER --browser chrome",
"test:demo": "npm run dev-server-demo & CYPRESS_RETRIES=1 npm run cypress -- --spec $TESTFOLDER --browser chrome",
"test:demo:without-stubbing": "npm run dev-server-demo & CYPRESS_RETRIES=1 npm run cypress:without-stubbing -- --spec $TESTFOLDER --browser chrome",
"test:lint": "tslint --fix -p tsconfig.json 'src/**/*.{ts,tsx}'",
"dev-server": "webpack-dev-server --host 0.0.0.0 --port 3333 --env.friendly --env.index --env.errorFallback=0 --env.devTools --env.cache --env.polyfill --env.hmr --env.sourceMaps",
"dev-server-prod": "webpack-dev-server --host 0.0.0.0 --port 3333 --env.friendly --env.index --env.errorFallback=0 --env.devTools --env.polyfill --env.environment production --env.compress --env.minify --env.sourceMaps",
"dev-server-demo": "webpack-dev-server --host 0.0.0.0 --port 3333 --env.friendly --env.index --env.errorFallback=0 --env.devTools --env.cache --env.environment demo",
"dev-server-fast": "webpack-dev-server --host 0.0.0.0 --disable-host-check --port 3333 --env.friendly --env.index --env.errorFallback=0 --env.devTools --env.cache --env.environment development",
"build-development": "webpack --progress --env.entry client.tsx --mode=production --env.outputFolder dist --env.index --env.hash --env.assets --env.environment development",
"build-demo": "webpack --progress --env.entry client.tsx --mode=production --env.outputFolder dist --env.index --env.hash --env.assets --env.environment demo",
"build-production": "webpack --progress --env.entry client.tsx --mode=production --env.outputFolder dist --env.index --env.hash --env.assets --env.environment production"
},
"husky": {
"hooks": {
"pre-commit": "npm run test:lint"
}
},
"author": "",
"license": "ISC",
"browserslist": "last 2 versions, >0.25%, safari 7, ios >= 7, ie >= 11",
"dependencies": {
"@date-io/moment": "0.0.2",
"@material-ui/core": "3.5.1",
"@material-ui/icons": "3.0.1",
"@types/rc-slider": "^8.6.0",
"@types/react-datepicker": "^1.1.7",
"@types/react-slick": "^0.23.3",
"@types/react-swipe": "^5.0.3",
"@types/react-text-mask": "^5.4.4",
"@types/uniqid": "^4.1.2",
"@types/yup": "^0.26.9",
"bowser": "^2.3.0",
"classnames": "2.2.6",
"copy-to-clipboard": "^3.0.8",
"core-js": "^3.0.1",
"downshift": "^3.2.10",
"formik": "^1.5.1",
"lodash": "4.17.11",
"material-ui-pickers": "^2.0.4",
"mobile-detect": "^1.4.3",
"mobx": "^4.9.3",
"mobx-react": "5.2.8",
"moment": "^2.23.0",
"rc-slider": "^8.6.13",
"react": "16.5.2",
"react-datepicker": "^2.0.0",
"react-dom": "16.5.2",
"react-ga": "^2.6.0",
"react-google-maps": "9.4.5",
"react-hot-loader": "4.3.3",
"react-intl-universal": "1.13.1",
"react-places-autocomplete": "7.2.0",
"react-router-dom": "4.3.1",
"react-slick": "^0.23.2",
"react-swipe": "^5.1.1",
"react-text-mask": "^5.4.3",
"slick-carousel": "^1.8.1",
"text-mask-addons": "^3.8.0",
"uniqid": "^5.0.3",
"whatwg-fetch": "^3.0.0",
"yup": "^0.26.10"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-decorators": "^7.4.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.3",
"@babel/plugin-transform-block-scoping": "^7.4.0",
"@babel/plugin-transform-parameters": "^7.4.3",
"@babel/polyfill": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@babel/types": "^7.4.0",
"@types/chai": "^4.1.7",
"@types/classnames": "2.2.6",
"@types/clean-webpack-plugin": "0.1.2",
"@types/cleave.js": "^1.3.3",
"@types/copy-webpack-plugin": "4.4.2",
"@types/googlemaps": "3.30.13",
"@types/html-webpack-plugin": "3.2.0",
"@types/jest": "^23.3.9",
"@types/lodash": "4.14.116",
"@types/markerclustererplus": "2.1.33",
"@types/mocha": "^5.2.5",
"@types/node": "10.11.3",
"@types/react": "16.4.14",
"@types/react-dom": "16.0.8",
"@types/react-places-autocomplete": "6.1.3",
"@types/react-router-dom": "4.3.1",
"@types/webpack": "4.4.13",
"@types/webpack-env": "1.13.6",
"babel-loader": "8.0.0-beta.4",
"chai": "^4.2.0",
"css-loader": "1.0.0",
"cypress": "^3.4.1",
"cypress-plugin-retries": "^1.2.0",
"favicons-webpack-plugin": "0.0.9",
"file-loader": "1.1.11",
"fork-ts-checker-webpack-plugin": "0.4.9",
"friendly-errors-webpack-plugin": "^1.7.0",
"happypack": "5.0.0",
"html-webpack-plugin": "3.2.0",
"husky": "^1.1.3",
"mocha": "^5.2.0",
"prettier": "^1.18.2",
"pug": "2.0.3",
"pug-loader": "2.4.0",
"raf": "3.4.0",
"source-map-loader": "^0.2.4",
"style-loader": "^0.23.1",
"ts-loader": "5.2.1",
"ts-node": "^7.0.1",
"tslint": "^5.16.0",
"tslint-config-airbnb": "5.11.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
"tslint-react": "3.6.0",
"typescript": "^3.4.5",
"uglifyjs-webpack-plugin": "2.0.1",
"url-loader": "^1.1.2",
"webpack": "4.20.2",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "3.1.2",
"webpack-dev-server": "^3.1.14",
"webpack-strip": "^0.1.0"
}
}