-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
137 lines (137 loc) · 4.84 KB
/
package.json
File metadata and controls
137 lines (137 loc) · 4.84 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
130
131
132
133
134
135
136
137
{
"name": "@lightspeed/flame-monorepo",
"private": true,
"author": "Lightspeed",
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://github.com/lightspeed/flame#readme",
"repository": "https://github.com/lightspeed/flame",
"bugs": {
"url": "https://github.com/lightspeed/flame/issues"
},
"workspaces": [
"packages/*"
],
"scripts": {
"bootstrap": "lerna run prepublish --scope @lightspeed/flame-tokens && lerna run bootstrap --scope @lightspeed/flame && lerna run build --scope @lightspeed/flame && lerna run prepublish --ignore @lightspeed/flame-tokens",
"lint": "eslint '**/*.{js,jsx,ts,tsx}'",
"prettier": "prettier --write '**/*.{ts,tsx,js,jsx,json,css,md}'",
"test": "jest",
"test:ci": "yarn test --coverage --runInBand",
"typecheck": "tsc",
"precommit": "lint-staged",
"dev": "yarn && concurrently --kill-others 'yarn dev:tokens' 'yarn dev:themes' 'yarn start-storybook -p 6006'",
"dev:themes": "chokidar './packages/flame/themes/**/*.ts' -c 'lerna run --scope @lightspeed/flame build:themes'",
"dev:tokens": "chokidar './packages/flame-tokens/src/*.ts' -c 'lerna run --scope @lightspeed/flame-tokens prepublish'",
"build-storybook": "yarn bootstrap && build-storybook -c .storybook",
"lerna:version": "lerna version --no-push",
"lerna:version:revert": "./scripts/revert-lerna-version",
"version": "node ./scripts/prepare-release",
"lerna:publish": "lerna publish from-git --yes",
"release": "yarn lerna:version && git push --follow-tags",
"release-and-publish": "yarn release && yarn lerna:publish && lerna run --scope @lightspeed/flame release",
"generate": "plop",
"docgen": "node ./scripts/docgen",
"percy": "build-storybook -c .storybook && percy-storybook --widths=1280"
},
"dependencies": {
"@emotion/core": "^10.0.9",
"@emotion/styled": "^10.0.9",
"@styled-system/css": "^5.1.5",
"@styled-system/theme-get": "5.0.16",
"emotion-theming": "^10.0.7",
"polished": "^2.3.0",
"prop-types": "^15.6.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"styled-system": "^5.0.16"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.1.0",
"@babel/runtime": "^7.0.0",
"@emotion/babel-preset-css-prop": "^10.0.14",
"@lightspeed/browserslist-config": "^0.1.2",
"@lightspeed/config-prettier": "^0.1.2",
"@lightspeed/config-typescript": "^0.2.0",
"@lightspeed/eslint-config": "^1.1.1",
"@percy/storybook": "^3.3.0",
"@storybook/addon-actions": "6.1.15",
"@storybook/addon-docs": "6.1.15",
"@storybook/addons": "6.1.15",
"@storybook/api": "^6.1.15",
"@storybook/components": "6.1.15",
"@storybook/react": "6.1.15",
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^10.0.5",
"@types/classnames": "^2.2.7",
"@types/jest": "^25.2.3",
"@types/lodash": "^4.14.123",
"@types/luxon": "^1.15.2",
"@types/react": "^16.8.23",
"@types/react-test-renderer": "^16.8.3",
"babel-eslint": "^10.0.1",
"babel-jest": "^26.0.1",
"babel-loader": "^8.0.4",
"babel-plugin-emotion": "^10.0.0",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.13",
"child-process-promise": "^2.2.1",
"chokidar-cli": "^1.2.0",
"chromatic": "^5.0.0",
"concurrently": "^3.5.1",
"css-loader": "^3.6.0",
"eslint": "^5.14.1",
"eslint-import-resolver-alias": "^1.1.1",
"file-loader": "^6.0.0",
"fs-extra": "^7.0.1",
"glob": "^7.1.2",
"graphql": "^14.5.8",
"husky": "^0.14.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.0.1",
"jest-emotion": "^10.0.0",
"lerna": "^3.10.2",
"lint-staged": "^7.1.2",
"plop": "^2.4.0",
"postcss": "^6.0.17",
"postcss-import": "^11.1.0",
"postcss-loader": "^2.1.5",
"prettier": "^1.16.1",
"react-test-renderer": "^16.8.6",
"raw-loader": "4.0.1",
"sass": "^1.14.3",
"sass-loader": "^7.1.0",
"storybook-readme": "^5.0.8",
"style-loader": "^0.21.0",
"typescript": "^3.5.3",
"webpack": "^4.41.2",
"webpack-cli": "^2.1.3",
"yargs": "^11.0.0"
},
"resolutions": {
"@types/react": "16.8.23",
"react-docgen-typescript": "1.18.0"
},
"lint-staged": {
"*.{ts,tsx,js,jsx,json,css,scss,md}": [
"prettier --write",
"git add"
],
"packages/flame/svg/Icons/*.svg": [
"lerna run --scope @lightspeed/flame build:icons",
"git add"
],
"packages/flame/svg/Flags/*.svg": [
"lerna run --scope @lightspeed/flame build:flags",
"git add"
]
},
"browserslist": [
"extends @lightspeed/browserslist-config"
]
}