UNPKG

2.21 kBJSONView Raw
1{
2 "name": "@headup/wp",
3 "version": "0.0.14",
4 "description": "",
5 "main": "dist/index.js",
6 "typings": "dist/index.d.ts",
7 "bin": {
8 "headup": "dist/cli/main.js"
9 },
10 "scripts": {
11 "test": "jake test",
12 "build": "jake build",
13 "dev": "jake dev",
14 "prepublishOnly": "jake build && jake test"
15 },
16 "files": [
17 "dist",
18 "next-config.js",
19 "link.js",
20 "link.d.ts",
21 "content.js",
22 "content.d.ts"
23 ],
24 "author": "",
25 "license": "ISC",
26 "devDependencies": {
27 "@prettier/plugin-php": "^0.11.2",
28 "@testing-library/jest-dom": "^4.1.0",
29 "@testing-library/react": "^9.1.4",
30 "@types/jest": "^24.0.18",
31 "@types/loader-utils": "^1.1.3",
32 "@types/lodash": "^4.14.138",
33 "@types/micro": "^7.3.3",
34 "@types/murmurhash": "0.0.1",
35 "@types/nock": "^11.1.0",
36 "@types/node": "^12.7.5",
37 "@types/react": "^16.9.2",
38 "@types/react-dom": "^16.9.0",
39 "@types/webpack": "^4.39.1",
40 "@typescript-eslint/eslint-plugin": "^2.2.0",
41 "@typescript-eslint/parser": "^2.2.0",
42 "eslint": "^6.3.0",
43 "eslint-plugin-react": "^7.14.3",
44 "jake": "^8.1.1",
45 "jest": "^24.9.0",
46 "next": "^9.0.5",
47 "nock": "^11.3.4",
48 "prettier": "^1.18.2",
49 "react": "^16.9.0",
50 "react-dom": "^16.9.0",
51 "serve": "^11.1.0",
52 "sh-thunk": "^0.3.0",
53 "ts-jest": "^24.1.0",
54 "ts-node": "^8.3.0",
55 "typescript": "^3.6.3"
56 },
57 "dependencies": {
58 "@graphql-codegen/core": "^1.7.0",
59 "@graphql-codegen/typescript": "^1.7.0",
60 "@graphql-codegen/typescript-operations": "^1.7.0",
61 "graphql-code-generator": "^0.18.2",
62 "graphql-codegen-persisted-query-ids": "0.0.7",
63 "graphql-toolkit": "^0.5.13",
64 "html-template-tag": "^3.1.0",
65 "isomorphic-unfetch": "^3.0.0",
66 "loader-utils": "^1.2.3",
67 "lodash": "^4.17.15",
68 "micro": "^9.3.4",
69 "murmurhash": "0.0.2",
70 "path-to-regexp": "^3.1.0",
71 "pretty-ms": "^5.0.0",
72 "runtypes": "^4.0.1"
73 }
74}