UNPKG

909 BJSONView Raw
1{
2 "name": "@shopify/react-serialize",
3 "version": "1.0.4",
4 "license": "MIT",
5 "description": "Provides an idiomatic way to serialize data for rehydration in a universal react application.",
6 "main": "dist/index.js",
7 "types": "dist/index.d.ts",
8 "scripts": {
9 "build": "tsc",
10 "prepublishOnly": "yarn run build"
11 },
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 },
21 "bugs": {
22 "url": "https://github.com/shopify/quilt/issues"
23 },
24 "homepage": "https://github.com/shopify/quilt/packages/react-serialize/README.md",
25 "dependencies": {
26 "serialize-javascript": "^1.5.0"
27 },
28 "peerDependencies": {
29 "react": "^16.0.0"
30 },
31 "devDependencies": {
32 "enzyme": "^3.3.0",
33 "typescript": "~2.7.2"
34 }
35}