forked from open-sauced/open-sauced
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
162 lines (162 loc) · 5.18 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
{
"name": "@open-sauced/open-sauced",
"description": "Open Sauced provides structured onboarding for new contributors to open source. This structure provides a way to track your next contributions by leveraging a unique dashboard built on top of the GitHub GraphQL API.",
"version": "0.37.1",
"private": true,
"license": "MIT",
"files": [
"build"
],
"bugs": "https://github.com/open-sauced/open-sauced/issues",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/open-sauced/open-sauced.git"
},
"engines": {
"node": ">=14",
"npm": ">=7"
},
"scripts": {
"preinstall": "npx @open-sauced/check-engines",
"prestart": "npx @open-sauced/check-engines",
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"clean": "rimraf src/tests/__snapshots__/",
"test": "npm run clean && node scripts/test.js --env=jsdom --updateSnapshot",
"storybook": "start-storybook -p 6006 -s ./.storybook",
"build-storybook": "build-storybook -s ./.storybook",
"push": "npx cz",
"lint": "eslint . --report-unused-disable-directives",
"format": "npm run lint -- --fix",
"semantic-release": "npx semantic-release"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/eslint-parser": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/register": "^7.15.3",
"@babel/runtime": "^7.15.4",
"@open-sauced/check-engines": "^1.0.0",
"@open-sauced/semantic-release-conventional-config": "^2.0.1",
"@storybook/addon-essentials": "^6.3.12",
"@storybook/addon-links": "^6.3.12",
"@storybook/addon-storysource": "^6.3.12",
"@storybook/api": "^6.3.12",
"@storybook/react": "^6.3.12",
"@testing-library/dom": "^8.10.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.5",
"babel-jest": "^27.3.1",
"babel-loader": "^8.2.3",
"babel-preset-react-app": "^10.0.0",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"commitizen": "^4.2.4",
"conventional-changelog-conventionalcommits": "^4.6.1",
"css-loader": "^5.2.7",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^10.0.0",
"dotenv-expand": "^5.1.0",
"enzyme": "^3.11.0",
"eslint": "^7.32.0",
"eslint-config-react-app": "^6.0.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-flowtype": "6.1.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"file-loader": "^6.2.0",
"jest": "^27.3.1",
"jest-axe": "^5.0.1",
"jest-localstorage-mock": "^2.4.18",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^1.6.2",
"object-assign": "^4.1.1",
"postcss-loader": "^4.3.0",
"prettier": "^2.4.1",
"promise": "^8.1.0",
"react-dev-utils": "^11.0.4",
"react-is": "^17.0.2",
"react-scripts": "^4.0.3",
"react-test-renderer": "^17.0.2",
"rimraf": "^3.0.2",
"storybook-dark-mode": "^1.0.8",
"style-loader": "^2.0.0",
"url-loader": "4.1.1",
"webpack": "^4.41.5",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^3.11.2",
"webpack-manifest-plugin": "^2.2.0",
"whatwg-fetch": "^3.6.2"
},
"dependencies": {
"@apollo/client": "^3.4.16",
"@primer/octicons-react": "^16.1.1",
"@remirror/extension-bold": "^1.0.8",
"@remirror/extension-code": "^1.0.9",
"@remirror/extension-heading": "^1.0.8",
"@remirror/extension-italic": "^1.0.8",
"@remirror/extension-list": "^1.2.2",
"@remirror/extension-markdown": "^1.0.8",
"@remirror/extension-tables": "^1.0.9",
"@remirror/react": "^1.0.13",
"@remirror/styles": "^1.1.2",
"contrast": "^1.0.1",
"dayjs": "^1.10.7",
"graphql": "^15.7.2",
"humanize-duration": "^3.27.0",
"onegraph-apollo-client": "^3.1.2",
"onegraph-auth": "^4.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hot-keys": "^2.7.1",
"react-loading-skeleton": "^2.2.0",
"react-markdown": "^6.0.3",
"react-router": "^5.2.1",
"react-router-dom": "^5.3.0",
"styled-components": "^5.3.3",
"swr": "^1.0.1"
},
"jest": {
"moduleFileExtensions": [
"jsx",
"js",
"json"
],
"globals": {
"window": true
},
"moduleNameMapper": {
"^.+\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/config/jest/FileStub.js",
"^.+\\.css$": "<rootDir>/config/jest/CSSStub.js"
},
"setupFiles": [
"<rootDir>/config/polyfills.js",
"<rootDir>/src/setupTestFramework.js",
"jest-localstorage-mock"
],
"testPathIgnorePatterns": [
"<rootDir>/(build|docs|node_modules)/"
],
"testEnvironment": "node",
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(js|jsx)$"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}