-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
127 lines (127 loc) · 4.71 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
{
"name": "@uswitch/trustyle-lib",
"version": "0.0.6",
"license": "MIT",
"scripts": {
"--------------- TESTING": "-----------------------",
"test:schema": "node --experimental-modules scripts/validate-themes.mjs theme.schema.json src/themes/*/theme.json",
"save-changed": "lerna changed --json > .storybook/changed.json || echo '[]' > .storybook/changed.json",
"snapshot:changed": "npm run save-changed && npm run snapshot",
"snapshot": "npm run build-storybook && percy-storybook --widths=320,1280",
"a11y": "jest --testMatch=\"<rootDir>/axe-tests.runner.js\"",
"--------------- RUNNING": "-----------------------",
"start": "npm run storybook",
"typescript:check": "tsc --noEmit",
"typescript:watch": "tsc --noEmit --watch",
"storybook": "start-storybook -s ./static/icons,./static -p 6006",
"--------------- BUILDING": "----------------------",
"build": "node fastbuild.js && npx lerna run build",
"build-storybook": "build-storybook -s ./static/icons,./static",
"--------------- LINTING": "-----------------------",
"lint:fix": "npm run typescript:check && npm run prettier:fix && npm run eslint:fix",
"lint:check": "npm run typescript:check && npm run prettier:check && npm run eslint:check",
"eslint:check": "eslint src --ext .js,.jsx,.ts,.tsx --max-warnings 1",
"eslint:fix": "eslint src --ext .js,.jsx,.ts,.tsx --fix",
"prettier:check": "prettier --check 'src/**/*.{ts,tsx,json}'",
"prettier:fix": "prettier --check --write \"src/**/*.{ts,tsx,json}\"",
"--------------- DEPLOYING": "-----------------------",
"deploy-storybook": "storybook-to-ghpages"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.8.3",
"@babel/preset-env": "^7.9.0",
"@babel/preset-typescript": "^7.8.3",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@lerna/project": "^3.21.0",
"@lerna/query-graph": "^3.18.5",
"@mdx-js/react": "^1.5.3",
"@percy/storybook": "^3.2.0",
"@storybook/addon-a11y": "6.0.3",
"@storybook/addon-actions": "6.0.3",
"@storybook/addon-knobs": "6.0.3",
"@storybook/addon-links": "6.0.3",
"@storybook/addon-storyshots": "6.0.3",
"@storybook/addon-storyshots-puppeteer": "6.0.3",
"@storybook/addon-viewport": "6.0.3",
"@storybook/addons": "6.0.3",
"@storybook/react": "6.0.3",
"@storybook/storybook-deployer": "^2.8.6",
"@styled-system/css": "^5.1.5",
"@types/body-scroll-lock": "^2.6.1",
"@types/classnames": "^2.2.11",
"@types/facepaint": "^1.2.1",
"@types/lodash.debounce": "^4.0.6",
"@types/node": "^16.6.1",
"@types/react": "^16.8.21",
"@types/react-dom": "^16.8.4",
"@types/react-imgix": "^9.0.2",
"@types/react-input-mask": "^2.0.3",
"@types/react-measure": "^2.0.6",
"@types/react-transition-group": "^2.9.2",
"@types/styled-system": "^5.1.9",
"@types/styled-system__css": "^5.0.5",
"@types/theme-ui__color": "^0.3.2",
"@types/webpack-env": "^1.16.2",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"ajv": "^6.12.0",
"babel-loader": "^8.0.6",
"babel-plugin-require-context-hook": "^1.0.0",
"better-ajv-errors": "^0.6.7",
"classnames": "^2.2.6",
"common-prefix": "^1.1.0",
"csstype": "^3.0.8",
"danger": "^10.2.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^4.3.0",
"eslint-config-react": "^1.1.7",
"eslint-config-standard": "^12.0.0",
"eslint-config-standard-jsx": "^6.0.2",
"eslint-plugin-flowtype": "^3.10.3",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jest": "^23.18.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-standard": "^4.0.0",
"execa": "^4.0.2",
"glob-gitignore": "^1.0.14",
"got": "^11.0.2",
"husky": "^4.2.1",
"ignore": "^5.1.6",
"jest": "^24.8.0",
"lerna": "^3.16.4",
"lint-staged": "^10.1.6",
"prettier": "^1.19.1",
"puppeteer": "^4.0.1",
"react": "^16.8.6",
"react-imgix": "^8.6.1",
"react-test-renderer": "^16.8.6",
"semantic-release": "^17.1.1",
"styled-system": "^5.1.5",
"svg-sprite-loader": "^5.0.0",
"svg-transform-loader": "^2.0.13",
"svgo-loader": "^2.2.1",
"theme-ui": "^0.9.1",
"typescript": "4.2.2",
"webpack": "^4.43.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": [
"prettier --write",
"eslint --fix"
]
},
"dependencies": {
"@theme-ui/match-media": "^0.12.0",
"@uswitch/trustyle-utils.palette": "^4.0.2"
}
}