-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
179 lines (179 loc) · 5.7 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
{
"name": "mybettingslips",
"version": "1.2.0",
"description": "Add & Track your betslips, get overview of your record.",
"main": "index.js",
"scripts": {
"build": "cross-env NODE_ENV=production webpack --env=prod && npm run inline",
"commit": "git add . && git cz && git push",
"cypress": "cypress open",
"cypress:chrome": "cypress run --browser chrome",
"cypress:run": "cypress run",
"predeploy": "rimraf dist && npm run build",
"deploy": "node ./scripts/deploy",
"inline": "node ./scripts/inlineCss",
"lint": "eslint ./src --ext .js --ext .jsx --ext .graphql",
"stylelint": "stylelint src/components/**/*.scss src/styles/**/*.scss",
"start": "cross-env NODE_ENV=development webpack-dev-server --env=dev --hot --hot-only",
"prettier": "prettier --config ./.prettierrc --write '{src,graphcool,build-utils,cypress}/**/*.{js,jsx}'",
"release": "standard-version && git push --follow-tags",
"test": "jest",
"test:watch": "npm run test -- --watch",
"test:master": "jest --changedSince=master",
"test:coverage": "npm test -- --coverage",
"test:ci": "jest --coverage && ./node_modules/coveralls/bin/coveralls.js < ./coverage/lcov.info",
"test:size": "bundlesize"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@cypress/webpack-preprocessor": "^3.0.0",
"@sfitzpatrick/enzyme-context-helpers": "^0.2.3",
"@testing-library/react": "^8.0.1",
"add": "^2.0.6",
"apollo-utilities": "^1.3.2",
"autoprefixer": "^9.4.10",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.6",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-styled-components": "^1.10.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"bundlesize": "^0.17.2",
"cheerio": "^1.0.0-rc.3",
"coveralls": "^3.0.3",
"cross-env": "^5.2.0",
"css-loader": "2.1.1",
"cypress": "^3.1.2",
"cz-conventional-changelog": "^2.1.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.10.0",
"error-overlay-webpack-plugin": "^0.1.6",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.3.0",
"eslint-import-resolver-jest": "^2.1.1",
"eslint-plugin-cypress": "^2.2.0",
"eslint-plugin-graphql": "^3.0.3",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jest": "^22.6.4",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-react-hooks": "^1.6.0",
"file-loader": "^3.0.1",
"html-webpack-plugin": "3.2.0",
"husky": "^1.3.1",
"identity-obj-proxy": "^3.0.0",
"image-webpack-loader": "^4.6.0",
"jest": "^24.8.0",
"jest-dom": "^3.5.0",
"jest-styled-components": "^6.3.1",
"jest-transform-graphql": "^2.1.0",
"jsonwebtoken": "^8.5.0",
"kleur": "^2.0.2",
"lint-staged": "^8.2.0",
"lodash-webpack-plugin": "^0.11.5",
"mini-css-extract-plugin": "^0.7.0",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-url": "^8.0.0",
"prettier": "^1.18.2",
"prettier-eslint": "^8.8.2",
"react-hot-loader": "^4.8.0",
"react-loadable": "^5.5.0",
"react-perf-devtool": "^3.1.8",
"sass-loader": "^7.1.0",
"script-ext-html-webpack-plugin": "^2.1.3",
"size-plugin": "^1.2.0",
"standard-version": "^4.4.0",
"style-loader": "^0.23.1",
"stylelint": "^9.10.1",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^2.1.0",
"webpack": "^4.33.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.3",
"webpack-dev-server": "^3.7.1",
"webpack-merge": "^4.2.1",
"workbox-webpack-plugin": "^3.6.3"
},
"dependencies": {
"@babel/runtime": "^7.4.5",
"@sfitzpatrick/fitzy": "^4.7.7",
"apollo-cache-inmemory": "1.6.2",
"apollo-client": "^2.6.2",
"apollo-link": "^1.2.11",
"apollo-link-http": "^1.5.14",
"classnames": "^2.2.6",
"dayjs": "^1.8.14",
"formik": "^1.5.7",
"fractional": "^1.0.0",
"graphql": "^14.3.1",
"graphql-tag": "^2.10.1",
"jest-watch-typeahead": "^0.3.1",
"jwt-decode": "^2.2.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-apollo": "^2.5.6",
"react-dom": "^16.8.6",
"react-router-dom": "^5.0.1",
"react-transition-group": "^2.6.0",
"styled-components": "^3.4.9",
"what-input": "^5.1.4",
"yup": "^0.27.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stevenfitzpatrick/mybettingslips.git"
},
"lint-staged": {
"src/**/?(*)(Test).js": [
"jest"
],
"*.{js,jsx}": [
"git add"
],
"*.{scss}": [
"stylelint --fix",
"git add"
]
},
"browserslist": [
"last 2 Chrome versions"
],
"bundlesize": [
{
"path": "./dist/main.*.js",
"maxSize": "10 kB"
},
{
"path": "./dist/vendors~main.bundle.*.js",
"maxSize": "160 kB"
},
{
"path": "./dist/index.html",
"maxSize": "6.25 kB"
}
],
"keywords": [],
"author": "Steven Fitzpatrick",
"license": "ISC",
"bugs": {
"url": "https://github.com/stevenfitzpatrick/mybettingslips/issues"
},
"homepage": "https://github.com/stevenfitzpatrick/mybettingslips#readme",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}