UNPKG

3.37 kBJSONView Raw
1{
2 "name": "tapestry-lite",
3 "version": "4.3.0",
4 "description": "Universal React & Wordpress Renderer",
5 "main": "./src/server/index.js",
6 "bin": {
7 "tapestry": "./bin/index.js"
8 },
9 "files": [
10 "src/",
11 "bin/",
12 "babel.js"
13 ],
14 "repository": "shortlist-digital/tapestry-lite",
15 "scripts": {
16 "precommit": "lint-staged",
17 "prepublishOnly": "npm run lint && npm run test",
18 "lint": "eslint . --fix --cache",
19 "test": "HOST=localhost npm run test:server && npm run test:integration",
20 "test:server": "NODE_ENV=test LOG_LEVEL=silent mocha ./src/**/*.test.js ./test/server/*.test.js --require test/babel-register",
21 "test:integration": "PORT=4321 NODE_ENV=test LOG_LEVEL=silent mocha ./test/integration/*.test.js --require test/babel-register"
22 },
23 "license": "ISC",
24 "devDependencies": {
25 "@babel/register": "^7.0.0",
26 "@shortlist-studio/eslint-config-standard": "^0.1.0",
27 "chai": "^4.0.2",
28 "editorconfig-tools": "^0.1.1",
29 "husky": "^0.14.3",
30 "lint-staged": "^7.2.2",
31 "mocha": "^5.2.0",
32 "nock": "^9.6.1",
33 "prettier": "^1.14.2",
34 "pstree": "^0.0.1",
35 "react": "^16.2.0",
36 "react-dom": "^16.2.0",
37 "request": "^2.88.0",
38 "requisition": "^1.7.0",
39 "shelljs": "^0.8.2"
40 },
41 "dependencies": {
42 "@babel/core": "^7.0.0",
43 "@babel/plugin-proposal-class-properties": "^7.0.0",
44 "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
45 "@babel/plugin-syntax-dynamic-import": "^7.0.0",
46 "@babel/plugin-transform-modules-commonjs": "^7.0.0",
47 "@babel/plugin-transform-react-jsx-source": "^7.0.0",
48 "@babel/plugin-transform-runtime": "^7.0.0",
49 "@babel/polyfill": "^7.0.0",
50 "@babel/preset-env": "^7.0.0",
51 "@babel/preset-react": "^7.0.0",
52 "@babel/runtime": "^7.0.0",
53 "assets-webpack-plugin": "^3.9.6",
54 "babel-loader": "^8.0.2",
55 "babel-merge": "^2.0.1",
56 "babel-plugin-dynamic-import-node": "^2.1.0",
57 "babel-plugin-transform-react-remove-prop-types": "^0.4.15",
58 "boom": "^7.2.0",
59 "cache-manager": "^2.9.0",
60 "cache-manager-redis-store": "^1.5.0",
61 "clean-webpack-plugin": "^0.1.19",
62 "dotenv": "^6.0.0",
63 "emotion": "^9.2.8",
64 "emotion-server": "^9.2.8",
65 "error-overlay-webpack-plugin": "^0.1.5",
66 "file-loader": "^2.0.0",
67 "friendly-errors-webpack-plugin": "^1.7.0",
68 "fs-extra": "^7.0.0",
69 "glamor": "^2.20.40",
70 "h2o2": "^8.0.0",
71 "hapi": "^17.2.1",
72 "hapi-require-https": "^3.0.0",
73 "history": "^4.7.2",
74 "http-status": "^1.2.0",
75 "idx": "^2.4.0",
76 "inert": "^5.1.0",
77 "isomorphic-fetch": "^2.2.1",
78 "loadable-components": "2.2.2",
79 "lodash.isempty": "^4.4.0",
80 "lodash.isfunction": "^3.0.9",
81 "lodash.isplainobject": "^4.0.6",
82 "make-promises-safe": "^1.1.0",
83 "path-to-regexp": "^2.4.0",
84 "promis": "^1.1.4",
85 "ps-tree": "1.2.0",
86 "react-dev-utils": "5.0.2",
87 "react-emotion": "^9.2.8",
88 "react-helmet": "^5.2.0",
89 "react-hot-loader": "^4.3.6",
90 "redis-parser": "^3.0.0",
91 "source-map-support": "^0.5.9",
92 "start-server-webpack-plugin": "^2.2.1",
93 "stats-webpack-plugin": "^0.7.0",
94 "throng": "^4.0.0",
95 "webpack": "^4.17.2",
96 "webpack-dev-server": "^3.1.8",
97 "webpack-node-externals": "^1.6.0",
98 "winston": "2.4.1"
99 },
100 "peerDependencies": {
101 "react": "^16.2.0",
102 "react-dom": "^16.2.0"
103 }
104}