UNPKG

2.92 kBJSONView Raw
1{
2 "name": "@headup/wp",
3 "version": "0.2.0",
4 "description": "",
5 "browser": "dist/browser/headup-wp.js",
6 "main": "dist/node/index.js",
7 "typings": "dist/node/index.d.ts",
8 "bin": {
9 "headup": "cli-entry.js"
10 },
11 "scripts": {
12 "test": "jake test",
13 "build": "jake build",
14 "watch": "jake watch",
15 "prettier": "jake prettier",
16 "prerelease": "git push origin HEAD:prerelease -f",
17 "prepublishOnly": "jake build && jake test"
18 },
19 "files": [
20 "dist",
21 "cli-entry.js",
22 "next-config.js",
23 "babel.js",
24 "babel-preset.js",
25 "babel-plugin.js",
26 "babel-plugin.d.ts",
27 "babel-plugin-gssp.js",
28 "babel-plugin-gssp.d.ts",
29 "document.js",
30 "document.d.ts"
31 ],
32 "author": "",
33 "license": "ISC",
34 "devDependencies": {
35 "@cypress/webpack-preprocessor": "^4.1.3",
36 "@prettier/plugin-php": "^0.15.2",
37 "@testing-library/jest-dom": "^5.11.4",
38 "@testing-library/react": "^11.0.4",
39 "@types/aws-lambda": "^8.10.64",
40 "@types/dedent": "^0.7.0",
41 "@types/jest": "^25.1.0",
42 "@types/loader-utils": "^1.1.3",
43 "@types/murmurhash": "0.0.1",
44 "@types/nock": "^11.1.0",
45 "@types/node": "^13.1.6",
46 "@types/p-queue": "^3.2.1",
47 "@types/react": "^16.9.17",
48 "@types/react-dom": "^16.9.4",
49 "@types/webpack": "^4.41.2",
50 "@typescript-eslint/eslint-plugin": "^4.6.1",
51 "@typescript-eslint/parser": "^4.6.1",
52 "cypress": "^4.2.0",
53 "dedent": "^0.7.0",
54 "eslint": "^7.12.1",
55 "eslint-plugin-react": "^7.21.5",
56 "jake": "^10.4.3",
57 "jest": "^26.6.3",
58 "microbundle": "^0.12.4",
59 "next": "^9.4.4",
60 "nock": "^11.7.2",
61 "prettier": "^2.1.2",
62 "react": "^16.12.0",
63 "react-dom": "^16.12.0",
64 "semver": "^6.3.0",
65 "serve": "^11.3.0",
66 "ts-jest": "^26.4.3",
67 "ts-loader": "^6.2.2",
68 "ts-node": "^9.0.0",
69 "typescript": "^4.0.5"
70 },
71 "peerDependencies": {},
72 "dependencies": {
73 "@graphql-codegen/cli": "^1.17.10",
74 "@graphql-codegen/core": "^1.17.8",
75 "@graphql-codegen/typescript": "^1.17.10",
76 "@graphql-codegen/typescript-operations": "^1.17.8",
77 "@graphql-tools/code-file-loader": "^6.2.4",
78 "@graphql-tools/graphql-file-loader": "^6.2.4",
79 "@graphql-tools/graphql-tag-pluck": "^6.2.5",
80 "@graphql-tools/json-file-loader": "^6.2.4",
81 "@graphql-tools/load": "^6.2.4",
82 "@graphql-tools/url-loader": "^6.3.0",
83 "@graphql-tools/utils": "^6.2.4",
84 "arg": "^4.1.2",
85 "aws-sdk": "^2.613.0",
86 "babel-gql": "0.1.6-dev.9415a6426",
87 "chokidar": "^3.4.3",
88 "format-message": "^6.2.3",
89 "graphql": "^15.3.0",
90 "html-template-tag": "^3.2.0",
91 "loader-utils": "^1.2.3",
92 "murmurhash": "0.0.2",
93 "next-transpile-modules": "^4.1.0",
94 "node-fetch": "^2.6.0",
95 "p-queue": "^6.2.1",
96 "pretty-ms": "^5.1.0",
97 "runtypes": "^4.0.3",
98 "serve-handler": "^6.1.3",
99 "sh-thunk": "^0.3.2",
100 "sitemap": "^4.1.1"
101 }
102}