forked from OperationCode/front-end
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
154 lines (154 loc) · 5.35 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
{
"name": "operationcode",
"license": "MIT",
"version": "2.0.15",
"scripts": {
"build": "next build",
"build:analyze": "cross-env ANALYZE=1 next build",
"now-build": "next build",
"create-component": "node scripts/createComponent/createComponent.js",
"create-page": "node scripts/createPage/createPage.js",
"dev": "next",
"format": "prettier --write \"**/*\"",
"format:md": "prettier --write \"**/*.md\"",
"lint": "yarn lint:scripts && yarn lint:styles && yarn format:md",
"lint:ci": "yarn eslint \"**/*.js\" && yarn stylelint \"**/*.css\"",
"lint:scripts": "eslint --fix \"**/*.js\"",
"lint:styles": "stylelint --fix \"**/*.css\"",
"start": "next start",
"storybook": "start-storybook -s ./public -p 9001 -c .storybook",
"storybook:build": "build-storybook -s ./public -c .storybook -o .storybook-dist",
"test:e2e": "cypress open",
"test:e2e:headless": "cypress run",
"test:e2e:update-snaps": "cypress run --env updateSnapshots=true",
"test:e2e:ci": "cypress run --record",
"test": "cross-env NODE_ENV=test BABEL_ENV=test jest --maxWorkers=2",
"test:ci": "yarn test --ci --coverage=true --verbose=false --silent=true",
"test:changes": "yarn test --changedSince master --verbose=true",
"test:changes:watch": "yarn test --changedSince master --watch --verbose=true",
"test:watch": "yarn test --watch",
"test:update-snaps": "yarn test -u"
},
"nyc": {
"extends": "./nyc.config.js",
"report-dir": "cypress-coverage",
"reporter": [
"json",
"lcov"
]
},
"dependencies": {
"@innocuous/components": "^2.1.1",
"@innocuous/functions": "^2.1.1",
"@sentry/browser": "^5.15.5",
"axios": "^0.19.2",
"classnames": "^2.2.6",
"fast-xml-parser": "^3.16.0",
"fingerprintjs2": "^2.1.0",
"fontfaceobserver": "^2.1.0",
"formik": "^1.5.8",
"history": "^4.10.1",
"intersection-observer": "^0.10.0",
"js-cookie": "^2.2.1",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.15",
"logrocket": "^1.0.7",
"logrocket-react": "^4.0.1",
"next": "9.3.6",
"next-cookies": "^2.0.3",
"nuka-carousel": "^4.6.7",
"object-hash": "^2.0.3",
"path": "^0.12.7",
"prop-types": "^15.6.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-facebook-login": "^4.1.1",
"react-google-login": "^5.1.14",
"react-modal": "^3.11.2",
"react-on-screen": "^2.1.1",
"react-player": "^2.0.1",
"react-scroll": "^1.7.16",
"react-scroll-up-button": "^1.6.4",
"react-select": "^3.1.0",
"react-youtube": "7.11.2",
"yup": "^0.28.5"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-syntax-jsx": "^7.8.3",
"@babel/preset-env": "^7.9.6",
"@cypress/code-coverage": "2.0.5",
"@mdx-js/loader": "^1.6.1",
"@next/mdx": "^9.3.6",
"@operation_code/eslint-plugin-custom-rules": "^1.0.1",
"@storybook/addon-a11y": "3.4.11",
"@storybook/addon-actions": "3.4.11",
"@storybook/addon-backgrounds": "3.4.11",
"@storybook/addon-info": "3.4.11",
"@storybook/addon-knobs": "3.4.11",
"@storybook/addon-options": "3.4.11",
"@storybook/addon-storyshots": "3.4.11",
"@storybook/addon-viewport": "3.4.11",
"@storybook/addons": "3.4.11",
"@storybook/react": "3.4.11",
"@svgr/webpack": "^5.4.0",
"@testing-library/cypress": "^6.0.0",
"@testing-library/jest-dom": "^5.7.0",
"@testing-library/react": "^10.0.4",
"@zeit/next-bundle-analyzer": "^0.1.2",
"@zeit/next-css": "^1.0.1",
"@zeit/next-source-maps": "0.0.4-canary.1",
"all-contributors-cli": "^6.14.2",
"autoprefixer": "^9.7.6",
"axios-mock-adapter": "^1.18.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^25.3.0",
"babel-loader": "^8.1.0",
"babel-plugin-add-react-displayname": "^0.0.5",
"babel-plugin-istanbul": "^6.0.0",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-react-remove-properties": "^0.3.0",
"cross-env": "^7.0.2",
"css-loader": "^3.5.2",
"cypress": "4.5.0",
"cypress-image-snapshot": "^3.1.1",
"cypress-plugin-retries": "^1.5.2",
"eslint": "7.0.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^23.10.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-unicorn": "^19.0.1",
"express": "^4.17.1",
"faker": "^4.1.0",
"file-loader": "^6.0.0",
"husky": "^4.2.5",
"identity-obj-proxy": "^3.0.0",
"jest": "^25.3.0",
"jest-prop-type-error": "^1.1.0",
"lint-staged": "^10.2.2",
"postcss-custom-media": "^7.0.8",
"postcss-custom-properties": "^9.1.1",
"postcss-export-custom-variables": "^1.0.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-prepend-imports": "^1.0.1",
"prettier": "^2.0.5",
"react-addons-test-utils": "^15.6.2",
"react-test-renderer": "^16.13.1",
"start-server-and-test": "^1.11.0",
"style-loader": "^1.2.1",
"stylelint": "^13.3.3",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-standard": "^20.0.0",
"stylelint-prettier": "^1.1.2",
"url-loader": "^4.1.0",
"webpack": "^4.42.1",
"webpack-filter-warnings-plugin": "^1.2.1"
}
}