@citygross/components 0.9.0 → 0.9.1

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,79 +1,78 @@
1
- {
2
- "name": "@citygross/components",
3
- "version": "0.9.0",
4
- "license": "ISC",
5
- "sideEffects": false,
6
- "main": "./build/cjs/components/src/index.js",
7
- "module": "./build/es/components/src/index.js",
8
- "types": "./build/@types/index.d.ts",
9
- "files": [
10
- "build"
11
- ],
12
- "scripts": {
13
- "build": "rm -r ./build || rollup -c --bundleConfigAsCjs",
14
- "start": "tsc -p . --watch",
15
- "test": "jest --config=./jest.config.js --colors",
16
- "test:update": "jest --config=./jest.config.js --u --colors",
17
- "test:watch": "jest --config=./jest.config.js --watch --colors",
18
- "test:coverage": "jest --config=./jest.config.js --coverage --colors",
19
- "lint": "eslint 'src/**/*.{js,ts,tsx}' --color",
20
- "lint:css": "stylelint 'src/**/*.tsx' -f verbose --color",
21
- "storybook": "start-storybook -p 6006",
22
- "build-storybook": "build-storybook -c .storybook -o public",
23
- "generate:component": "plop",
24
- "libbuild": "tsc -p . && yarn add-assets -w",
25
- "add-assets": "copyfiles -u 1 'src/**/!(*.js|*.mdx|*.jsx|*.map|*.ts|*.tsx)' dist/src/"
26
- },
27
- "publishConfig": {
28
- "access": "public"
29
- },
30
- "devDependencies": {
31
- "@storybook/addon-a11y": "^6.5.12",
32
- "@storybook/addon-actions": "^6.3.4",
33
- "@storybook/addon-controls": "^6.3.4",
34
- "@storybook/addon-docs": "^6.3.4",
35
- "@storybook/addon-essentials": "^6.3.4",
36
- "@storybook/addon-links": "^6.3.4",
37
- "@storybook/addon-viewport": "^6.3.4",
38
- "@storybook/addons": "^6.3.4",
39
- "@storybook/builder-webpack5": "^6.5.16",
40
- "@storybook/manager-webpack5": "^6.5.16",
41
- "@storybook/react": "^6.3.4",
42
- "@storybook/storybook-deployer": "^2.8.7",
43
- "@testing-library/jest-dom": "^5.10.1",
44
- "@testing-library/react": "^12.0.0",
45
- "@types/jest": "^26.0.0",
46
- "@types/react": "^17.0.0",
47
- "@types/react-dom": "^17.0.0",
48
- "@types/react-slick": "^0.23.13",
49
- "@types/styled-components": "^5.1.5",
50
- "awesome-typescript-loader": "^5.2.1",
51
- "babel-plugin-styled-components": "^2.0.7",
52
- "copyfiles": "^2.4.1",
53
- "jest": "^27.0.6",
54
- "react": "^17.0.1",
55
- "react-docgen-typescript-loader": "^3.7.2",
56
- "react-dom": "^17.0.1",
57
- "styled-components": "^5.2.1",
58
- "ts-jest": "^27.0.3",
59
- "ts-loader": "^9.2.3"
60
- },
61
- "peerDependencies": {
62
- "react": "^17.0.1",
63
- "react-dom": "^17.0.1",
64
- "styled-components": "^5.2.1"
65
- },
66
- "dependencies": {
67
- "@citygross/design-tokens": "^0.2.79",
68
- "@citygross/icons": "^0.2.0",
69
- "@citygross/react-use-bg-wizard": "^0.0.8",
70
- "@citygross/typography": "^0.0.112",
71
- "@citygross/utils": "^0.0.43",
72
- "framer-motion": "^4.1.17",
73
- "moment": "^2.29.1",
74
- "react-loading-skeleton": "^2.2.0",
75
- "react-slick": "^0.30.1",
76
- "slick-carousel": "^1.8.1"
77
- },
78
- "gitHead": "0b2975b6a9b788cd4996dbddb81337465893ca52"
79
- }
1
+ {
2
+ "name": "@citygross/components",
3
+ "version": "0.9.1",
4
+ "license": "ISC",
5
+ "sideEffects": false,
6
+ "main": "./build/cjs/components/src/index.js",
7
+ "module": "./build/es/components/src/index.js",
8
+ "types": "./build/@types/index.d.ts",
9
+ "files": [
10
+ "build"
11
+ ],
12
+ "scripts": {
13
+ "build": "rm -r ./build || rollup -c --bundleConfigAsCjs",
14
+ "start": "tsc -p . --watch",
15
+ "test": "jest --config=./jest.config.js --colors",
16
+ "test:update": "jest --config=./jest.config.js --u --colors",
17
+ "test:watch": "jest --config=./jest.config.js --watch --colors",
18
+ "test:coverage": "jest --config=./jest.config.js --coverage --colors",
19
+ "lint": "eslint 'src/**/*.{js,ts,tsx}' --color",
20
+ "lint:css": "stylelint 'src/**/*.tsx' -f verbose --color",
21
+ "storybook": "start-storybook -p 6006",
22
+ "build-storybook": "build-storybook -c .storybook -o public",
23
+ "generate:component": "plop",
24
+ "libbuild": "tsc -p . && yarn add-assets -w",
25
+ "add-assets": "copyfiles -u 1 'src/**/!(*.js|*.mdx|*.jsx|*.map|*.ts|*.tsx)' dist/src/"
26
+ },
27
+ "publishConfig": {
28
+ "access": "public"
29
+ },
30
+ "devDependencies": {
31
+ "@storybook/addon-a11y": "^6.5.12",
32
+ "@storybook/addon-actions": "^6.3.4",
33
+ "@storybook/addon-controls": "^6.3.4",
34
+ "@storybook/addon-docs": "^6.3.4",
35
+ "@storybook/addon-essentials": "^6.3.4",
36
+ "@storybook/addon-links": "^6.3.4",
37
+ "@storybook/addon-viewport": "^6.3.4",
38
+ "@storybook/addons": "^6.3.4",
39
+ "@storybook/builder-webpack5": "^6.5.16",
40
+ "@storybook/manager-webpack5": "^6.5.16",
41
+ "@storybook/react": "^6.3.4",
42
+ "@storybook/storybook-deployer": "^2.8.7",
43
+ "@testing-library/jest-dom": "^5.10.1",
44
+ "@testing-library/react": "^12.0.0",
45
+ "@types/jest": "^26.0.0",
46
+ "@types/react": "^17.0.0",
47
+ "@types/react-dom": "^17.0.0",
48
+ "@types/react-slick": "^0.23.13",
49
+ "@types/styled-components": "^5.1.5",
50
+ "awesome-typescript-loader": "^5.2.1",
51
+ "babel-plugin-styled-components": "^2.0.7",
52
+ "copyfiles": "^2.4.1",
53
+ "jest": "^27.0.6",
54
+ "react": "^17.0.1",
55
+ "react-docgen-typescript-loader": "^3.7.2",
56
+ "react-dom": "^17.0.1",
57
+ "styled-components": "^5.2.1",
58
+ "ts-jest": "^27.0.3",
59
+ "ts-loader": "^9.2.3"
60
+ },
61
+ "peerDependencies": {
62
+ "react": "^17.0.1",
63
+ "react-dom": "^17.0.1",
64
+ "styled-components": "^5.2.1"
65
+ },
66
+ "dependencies": {
67
+ "@citygross/design-tokens": "^0.2.79",
68
+ "@citygross/icons": "^0.2.0",
69
+ "@citygross/react-use-bg-wizard": "^0.0.8",
70
+ "@citygross/typography": "^0.0.112",
71
+ "@citygross/utils": "^0.0.43",
72
+ "framer-motion": "^4.1.17",
73
+ "moment": "^2.29.1",
74
+ "react-loading-skeleton": "^2.2.0",
75
+ "react-slick": "^0.30.1",
76
+ "slick-carousel": "^1.8.1"
77
+ }
78
+ }