|
1 | 1 | {
|
2 |
| - "name": "newspack-components", |
3 |
| - "version": "1.6.1", |
4 |
| - "description": "Newspack design system components", |
5 |
| - "author": "Automattic", |
6 |
| - "license": "GPL-2.0-or-later", |
7 |
| - "keywords": [ |
8 |
| - "wordpress", |
9 |
| - "newspack", |
10 |
| - "components" |
11 |
| - ], |
12 |
| - "bugs": { |
13 |
| - "url": "https://github.com/Automattic/newspack-plugin/issues" |
14 |
| - }, |
15 |
| - "homepage": "https://github.com/Automattic/newspack-plugin", |
16 |
| - "repository": { |
17 |
| - "type": "git", |
18 |
| - "url": "https://github.com/Automattic/newspack-plugin.git", |
19 |
| - "directory": "assets/src/components" |
20 |
| - }, |
21 |
| - "main": "dist/cjs/index.js", |
22 |
| - "publishConfig": { |
23 |
| - "access": "public" |
24 |
| - }, |
25 |
| - "dependencies": { |
26 |
| - "@wordpress/base-styles": "^3.5.1", |
27 |
| - "@wordpress/components": "^12.0.6", |
28 |
| - "@wordpress/element": "^2.19.0", |
29 |
| - "@wordpress/i18n": "^3.17.0", |
30 |
| - "@wordpress/icons": "^4.0.1", |
31 |
| - "classnames": "^2.2.6", |
32 |
| - "lodash": "^4.17.20", |
33 |
| - "qs": "^6.9.6", |
34 |
| - "react-router-dom": "^5.2.0" |
35 |
| - }, |
36 |
| - "devDependencies": { |
37 |
| - "@automattic/calypso-build": "^6.3.0", |
38 |
| - "@babel/cli": "^7.0.0", |
39 |
| - "@babel/core": "^7.12.10", |
40 |
| - "recursive-copy": "2.0.10" |
41 |
| - }, |
42 |
| - "babel": { |
43 |
| - "ignore": [ |
44 |
| - "./node_modules" |
45 |
| - ] |
46 |
| - }, |
47 |
| - "scripts": { |
48 |
| - "prepublishOnly": "transpile && node copy-styles.js", |
49 |
| - "postpublish": "rm -r dist && rm -r shared" |
50 |
| - } |
| 2 | + "name": "newspack-components", |
| 3 | + "version": "1.7.0", |
| 4 | + "description": "Newspack design system components", |
| 5 | + "author": "Automattic", |
| 6 | + "license": "GPL-2.0-or-later", |
| 7 | + "keywords": [ |
| 8 | + "wordpress", |
| 9 | + "newspack", |
| 10 | + "components" |
| 11 | + ], |
| 12 | + "bugs": { |
| 13 | + "url": "https://github.com/Automattic/newspack-plugin/issues" |
| 14 | + }, |
| 15 | + "homepage": "https://github.com/Automattic/newspack-plugin", |
| 16 | + "repository": { |
| 17 | + "type": "git", |
| 18 | + "url": "https://github.com/Automattic/newspack-plugin.git", |
| 19 | + "directory": "assets/src/components" |
| 20 | + }, |
| 21 | + "main": "dist/esm/index.js", |
| 22 | + "publishConfig": { |
| 23 | + "access": "public" |
| 24 | + }, |
| 25 | + "dependencies": { |
| 26 | + "@wordpress/base-styles": "^4.0.0", |
| 27 | + "@wordpress/components": "^17.0.0", |
| 28 | + "@wordpress/element": "^4.0.1", |
| 29 | + "@wordpress/i18n": "^4.2.2", |
| 30 | + "@wordpress/icons": "^5.0.2", |
| 31 | + "classnames": "^2.3.1", |
| 32 | + "lodash": "^4.17.21", |
| 33 | + "qs": "^6.10.1", |
| 34 | + "react-router-dom": "^5.3.0" |
| 35 | + }, |
| 36 | + "devDependencies": { |
| 37 | + "@automattic/calypso-build": "^10.0.0", |
| 38 | + "@babel/cli": "^7.15.0", |
| 39 | + "@babel/core": "^7.15.0", |
| 40 | + "recursive-copy": "^2.0.13" |
| 41 | + }, |
| 42 | + "babel": { |
| 43 | + "ignore": [ |
| 44 | + "./node_modules" |
| 45 | + ] |
| 46 | + }, |
| 47 | + "scripts": { |
| 48 | + "prepublishOnly": "transpile && node copy-styles.js", |
| 49 | + "postpublish": "rm -r dist && rm -r shared" |
| 50 | + } |
51 | 51 | }
|
0 commit comments