@bigbinary/neeto-site-blocks 0.31.2 → 0.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-site-blocks",
3
- "version": "0.31.2",
3
+ "version": "0.32.0",
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.js",
6
6
  "types": "./types.d.ts",
@@ -9,8 +9,10 @@
9
9
  "description": "Common blocks for neeto-site",
10
10
  "scripts": {
11
11
  "start": "NODE_ENV=development webpack-dev-server --open --mode development --config webpack.config.js",
12
- "build": "NODE_ENV=production rollup -c rollup.config.js",
13
- "prepare": "husky install"
12
+ "bundle": "NODE_ENV=production rollup -c rollup.config.js",
13
+ "prepare": "husky install",
14
+ "build": "NODE_ENV=production webpack --mode production --config webpack.config.js",
15
+ "serve": "http-server build"
14
16
  },
15
17
  "files": [
16
18
  "dist",
@@ -69,6 +71,7 @@
69
71
  "framer-motion": "4.1.17",
70
72
  "html-loader": "1.3.1",
71
73
  "html-webpack-plugin": "5.5.0",
74
+ "http-server": "^14.1.1",
72
75
  "husky": "7.0.4",
73
76
  "identity-obj-proxy": "3.0.0",
74
77
  "interweave": "^13.0.0",
@@ -121,5 +124,8 @@
121
124
  ],
122
125
  "bugs": {
123
126
  "url": "https://github.com/bigbinary/neeto-site-blocks/issues"
127
+ },
128
+ "dependencies": {
129
+ "rfs": "^10.0.0"
124
130
  }
125
131
  }