UNPKG

1.12 kBJSONView Raw
1{
2 "name": "@shopify/react-server-webpack-plugin",
3 "version": "3.1.0",
4 "license": "MIT",
5 "description": "A webpack plugin that generates entrypoints for @shopify/react-server based applications",
6 "main": "dist/src/index.js",
7 "types": "dist/src/index.d.ts",
8 "scripts": {
9 "build": "tsc --p tsconfig.json"
10 },
11 "sideEffects": false,
12 "publishConfig": {
13 "access": "public",
14 "@shopify:registry": "https://registry.npmjs.org"
15 },
16 "author": "Shopify Inc.",
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/Shopify/quilt.git",
20 "directory": "packages/react-server-webpack-plugin"
21 },
22 "bugs": {
23 "url": "https://github.com/Shopify/quilt/issues"
24 },
25 "homepage": "https://github.com/Shopify/quilt/blob/master/packages/react-server-webpack-plugin/README.md",
26 "dependencies": {
27 "@babel/types": ">=7.0.0",
28 "webpack-virtual-modules": "^0.2.2"
29 },
30 "devDependencies": {
31 "@shopify/react-server": "^0.12.2",
32 "@types/webpack-virtual-modules": "^0.1.0",
33 "webpack": ">4.25.1, <=4.5.0"
34 },
35 "files": [
36 "dist/*",
37 "!tsconfig.tsbuildinfo"
38 ]
39}