This repository has been archived by the owner on Mar 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
64 lines (64 loc) · 1.99 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
{
"name": "wp-graphql-extension",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "wp-scripts build",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"start": "wp-scripts start",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js",
"test": "echo \"Error: no test specified\" && exit 1",
"pretty": "prettier --write ."
},
"author": "Jason Bahl",
"dependencies": {
"@ant-design/icons": "4.7.0",
"@apollo/client": "3.5.5",
"@wordpress/compose": "5.0.6",
"@wordpress/hooks": "3.2.2",
"antd": "4.17.2",
"graphiql": "1.5.8",
"graphql": "16.0.1",
"lz-string": "1.4.4",
"query-string": "7.0.1",
"styled-components": "5.3.3",
"use-error-boundary": "2.0.6",
"use-query-params": "1.2.3"
},
"devDependencies": {
"@testing-library/jest-dom": "5.11.9",
"@testing-library/react": "11.2.2",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^13.5.0",
"@wordpress/babel-preset-default": "^6.4.1",
"@wordpress/jest-preset-default": "^7.1.3",
"@wordpress/scripts": "19.2.2",
"babel-jest": "26.6.3",
"babel-loader": "8.2.3",
"babel-plugin-inline-json-import": "^0.3.2",
"babel-plugin-react-native-classname-to-style": "1.2.2",
"babel-plugin-react-native-platform-specific-extensions": "1.1.1",
"babel-plugin-transform-remove-console": "6.9.4",
"jest": "26.6.3",
"jest-dom": "^4.0.0",
"jest-junit": "11.0.0",
"jest-message-util": "27.0.6",
"jest-serializer-enzyme": "1.0.0",
"jest-watch-typeahead": "0.6.1",
"jsdom": "16.4.0",
"postcss-loader": "^6.2.0",
"prettier": "^2.4.1",
"typescript": "4.1.3",
"webpack-cli": "^4.8.0"
},
"resolutions": {
"graphql": "16.0.1",
"styled-components": "5.3.3"
}
}