-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
132 lines (132 loc) · 5.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "forecast",
"version": "0.0.1",
"description": "Forecast Design System for Trueplan",
"homepage": "https://github.com/trueplan/forecast#readme",
"private": true,
"author": "TruePlan Inc.",
"license": "UNLICENSED",
"workspaces": [
"packages/**",
"website"
],
"scripts": {
"build:storybook": "build-storybook -c .storybook -o ./docs -s .storybook/static",
"build": "yarn workspace @trueplan/forecast-theme build && yarn workspace @trueplan/forecast-icons build && yarn workspace @trueplan/forecast-components build",
"chromatic": "chromatic",
"clean": "yarn workspaces foreach run clean && jest --clearCache && yarn cache clean",
"convert:icons-new": "yarn workspace @trueplan/forecast-icons convert:icons-new",
"convert:icons": "yarn workspace @trueplan/forecast-icons convert:icons",
"lint:js": "eslint '**/*.{ts,tsx,js,cjs}'",
"lint:spelling": "cspell '**'",
"lint:staged": "lint-staged",
"prettier": "prettier --list-different '**/*.{ts,tsx,js,cjs}'",
"prettier:write": "prettier --write '**/*.{ts,tsx,js,cjs}'",
"prettier:check": "prettier --check '**/*.{ts,tsx,js,cjs}'",
"storybook": "start-storybook -s ./.storybook/static -p 6006",
"test": "jest",
"test:ci": "jest --ci",
"test:coverage": "jest --runInBand --coverage",
"type-check": "yarn workspaces foreach run type-check",
"publish:all": "yarn workspace @trueplan/forecast-theme publish && yarn workspace @trueplan/forecast-icons publish && yarn workspace @trueplan/forecast-components publish",
"postinstall": "husky install",
"prepare": "is-ci || husky install",
"dev:website": "yarn workspace @trueplan/forecast-website dev",
"start:website": "yarn workspace @trueplan/forecast-website start",
"build:website": "yarn workspace @trueplan/forecast-website build",
"changeset": "changeset",
"release": "yarn changeset publish",
"version": "yarn changeset version && yarn install --mode=update-lockfile",
"generate": "plop",
"generate:component": "plop component"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown",
"*.{ts,tsx,js,cjs}": [
"eslint"
]
},
"dependencies": {
"@babel/core": "7.18.6",
"@babel/eslint-parser": "7.18.2",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.18.6",
"@babel/plugin-proposal-optional-chaining": "7.18.6",
"@babel/plugin-proposal-private-methods": "7.18.6",
"@babel/plugin-proposal-private-property-in-object": "7.18.6",
"@babel/plugin-transform-runtime": "7.18.6",
"@babel/preset-env": "7.18.6",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@babel/runtime": "7.18.6",
"@changesets/changelog-github": "0.4.5",
"@changesets/cli": "2.23.0",
"@commitlint/cli": "17.0.3",
"@commitlint/config-conventional": "17.0.3",
"@cspell/cspell-types": "6.1.2",
"@storybook/addon-docs": "6.5.9",
"@storybook/addon-essentials": "6.5.9",
"@storybook/addon-links": "6.5.9",
"@storybook/react": "6.5.9",
"@svgr/babel-plugin-add-jsx-attribute": "6.0.0",
"@svgr/babel-plugin-remove-jsx-attribute": "6.0.0",
"@svgr/plugin-svgo": "6.2.0",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "12.1.2",
"@twilio-labs/svg-to-react": "2.1.1",
"@types/jest": "28.1.3",
"@types/node": "18.0.0",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"@types/testing-library__jest-dom": "5.14.5",
"@typescript-eslint/eslint-plugin": "5.30.0",
"@typescript-eslint/parser": "5.30.0",
"@yarnpkg/pnpify": "4.0.0-rc.10",
"ansi-styles": "6.1.0",
"babel-eslint": "10.1.0",
"babel-plugin-macros": "3.1.0",
"chalk": "5.0.1",
"chromatic": "6.6.4",
"commander": "9.3.0",
"cspell": "6.1.2",
"esbuild": "0.14.48",
"eslint": "8.18.0",
"eslint-config-prettier": "8.5.0",
"eslint-import-resolver-node": "0.3.6",
"eslint-import-resolver-typescript": "3.1.1",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "26.5.3",
"eslint-plugin-jest-formatting": "3.1.0",
"eslint-plugin-jsdoc": "39.3.3",
"eslint-plugin-jsx-a11y": "6.6.0",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-sonarjs": "0.13.0",
"eslint-plugin-testing-library": "5.5.1",
"eslint-plugin-unicorn": "42.0.0",
"husky": "8.0.1",
"is-ci": "3.0.1",
"jest": "28.1.1",
"jest-canvas-mock": "2.4.0",
"jest-environment-jsdom": "28.1.1",
"lint-staged": "13.0.3",
"lodash.difference": "4.5.0",
"lodash.startcase": "4.4.0",
"plop": "3.1.1",
"prettier": "2.7.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-uid": "2.3.2",
"rollup": "2.75.7",
"ts-jest": "28.0.5",
"typescript": "4.4.3"
},
"engines": {
"node": "16.x",
"npm": "7.x"
},
"packageManager": "yarn@3.2.1"
}