-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 4.06 KB
/
package.json
File metadata and controls
129 lines (129 loc) · 4.06 KB
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
{
"name": "tyme-ui",
"private": true,
"workspaces": {
"packages": [
"packages/*",
"tooling/*"
],
"nohoist": [
"**/@types/theme-ui",
"**/@types/theme-ui/**",
"**/@types/theme-ui__components"
]
},
"scripts": {
"version:pkgs": "lerna version",
"prestart": "yarn && yarn bootstrap",
"boot": "yarn prestart && yarn build",
"start": "yarn build && yarn storybook",
"start:all": "yarn build && concurrently \"yarn docs develop\" \"yarn storybook\" ",
"build": "lerna run build --no-private --stream",
"test": "lerna run test --no-private --stream",
"lint": "lerna run lint --no-private --stream",
"lint:types": "lerna exec --parallel \"tsc --noEmit\"",
"storybook": "start-storybook -p 6006 --no-dll",
"clean": "lerna clean --yes && rm -rf node_modules",
"bootstrap": "lerna bootstrap --use-workspaces",
"bundlesize": "bundlesize -c bundlesize.config.json",
"build:storybook": "build-storybook && sb extract",
"create-pkg": "node scripts/create-package.js",
"prerelease": "yarn build",
"release": "lerna publish",
"dedup": "yarn-deduplicate --strategy highest yarn.lock"
},
"resolutions": {
"**/react": "17.0.1",
"**/react-dom": "17.0.1",
"@popperjs/core": "2.4.4"
},
"version": "1.0.0",
"dependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@babel/runtime": "^7.12.1",
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@jest/types": "^26.6.1",
"@storybook/addon-a11y": "^6.1.0",
"@storybook/addon-actions": "^6.1.0",
"@storybook/addon-knobs": "^6.1.0",
"@storybook/cli": "^6.1.0",
"@storybook/react": "^6.1.0",
"@types/imagemin": "^7.0.0",
"@types/imagemin-jpegtran": "^5.0.0",
"@types/jest": "^26.0.15",
"@types/mkdirp": "^1.0.1",
"@types/node": "^14.14.2",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.6",
"@types/shelljs": "^0.8.8",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"@typescript-eslint/parser": "^4.5.0",
"all-contributors-cli": "^6.19.0",
"arg": "^4.1.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"bundlesize": "^0.18.0",
"chalk": "^4.1.0",
"changeset": "^0.2.4",
"commitizen": "^4.2.2",
"concurrently": "^5.3.0",
"cross-env": "^7.0.2",
"cz-conventional-changelog": "^3.3.0",
"dotenv-cli": "^3.2.0",
"edit-json-file": "^1.5.0",
"eslint": "^7.11.0",
"eslint-config-airbnb-typescript": "^12.0.0",
"eslint-config-prettier": "^6.14.0",
"eslint-config-react": "^1.1.7",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-testing-library": "^3.9.2",
"esm": "^3.2.25",
"execa": "^4.0.3",
"framer-motion": "^2.9.4",
"fs-utils": "^0.7.0",
"global": "^4.4.0",
"husky": "^4.3.0",
"imagemin": "^7.0.1",
"imagemin-jpegtran": "^7.0.0",
"inquirer": "^7.3.3",
"jest": "^26.6.1",
"jest-emotion": "^10.0.32",
"jest-environment-jsdom": "^26.6.1",
"jest-watch-typeahead": "^0.6.1",
"lerna": "^3.22.1",
"lint-staged": "^10.4.2",
"listr": "^0.14.3",
"mkdirp": "^1.0.4",
"ncp": "^2.0.0",
"node-fetch": "^2.6.1",
"nodemon": "^2.0.6",
"prettier": "^2.1.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-hook-form": "^6.11.3",
"react-icons": "^3.11.0",
"react-lorem-component": "^0.13.0",
"react-router-dom": "^5.2.0",
"react-spinners": "^0.9.0",
"react-test-renderer": "^17.0.1",
"rimraf": "^3.0.2",
"sharp": "^0.26.2",
"shelljs": "^0.8.4",
"storybook-addon-performance": "^0.13.0",
"ts-jest": "^26.4.2",
"ts-node": "^9.0.0",
"typescript": "^4.0.5",
"yarn-deduplicate": "^3.0.0"
}
}