forked from Workday/canvas-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
135 lines (135 loc) · 4.57 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
133
134
135
{
"private": true,
"name": "canvas-kit",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-proposal-object-rest-spread": "^7.3.2",
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.1.0",
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^8.1.0",
"@storybook/addon-actions": "^5.0.11",
"@storybook/addon-knobs": "^5.0.11",
"@storybook/addon-options": "^5.0.11",
"@storybook/addon-viewport": "^5.0.11",
"@storybook/components": "^5.0.11",
"@storybook/react": "^5.0.11",
"@types/chroma-js": "^1.4.0",
"@types/enzyme": "^3.9.3",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/jest-axe": "^2.2.3",
"@types/lodash": "^4.14.136",
"@types/node": "^8.0.58",
"@types/react": "16.8.22",
"@types/react-dom": "16.8.4",
"@types/react-test-renderer": "^16.8.2",
"@types/react-transition-group": "^2.9.2",
"@types/storybook__addon-actions": "^3.4.1",
"@types/storybook__addon-knobs": "^4.0.4",
"@types/storybook__addon-options": "^4.0.0",
"@types/storybook__react": "^4.0.0",
"@types/uuid": "^3.4.4",
"autoprefixer": "^9.5.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-jest": "^24.1.0",
"babel-loader": "^8.0.5",
"babel-plugin-emotion": "^9.2.9",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"commitizen": "^3.1.1",
"css-loader": "^2.1.1",
"css-mqpacker": "^7.0.0",
"cssstats": "^3.3.0",
"cz-conventional-changelog": "^2.1.0",
"emotion-theming": "^10.0.10",
"enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.5.0",
"file-loader": "^1.1.5",
"fork-ts-checker-webpack-plugin": "^0.4.9",
"happypack": "^5.0.0",
"husky": "^0.14.3",
"jest": "^24.1.0",
"jest-axe": "^3.1.1",
"jest-emotion": "^9.2.11",
"jest-junit": "^6.4.0",
"lerna": "^3.13.1",
"lint-staged": "8.0.5",
"mkdirp": "^0.5.1",
"node-fetch": "^2.1.2",
"node-sass": "^4.12.0",
"npm-run-all": "^4.1.5",
"postcss-banner": "^3.0.1",
"postcss-discard-duplicates": "^4.0.2",
"postcss-inline-svg": "^3.1.1",
"postcss-loader": "^2.1.4",
"prettier": "^1.12.1",
"prismjs": "^1.15.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "^3.0.1",
"react-test-renderer": "^16.5.2",
"rimraf": "^2.6.3",
"rollup": "^1.16.2",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-node-resolve": "^5.1.0",
"rollup-plugin-terser": "^5.0.0",
"sass-loader": "^7.0.1",
"storybook-readme": "^5.0.8",
"style-loader": "^0.20.3",
"ts-loader": "^3.5.0",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.14.0",
"tslint-react": "^3.6.0",
"typescript": "^3.5.1"
},
"scripts": {
"start": "node --max-old-space-size=2048 node_modules/.bin/start-storybook -p 9001 -c .storybook",
"clean": "lerna run clean",
"build": "lerna run build",
"build:rebuild": "lerna run build:rebuild",
"create-module": "./create-module.sh",
"precommit": "lint-staged",
"commit": "git-cz",
"commitmsg": "commitlint --edit $HUSKY_GIT_PARAMS",
"build-storybook": "build-storybook -c .storybook -o docs",
"lint": "node utils/check-lockfile-links.js && tslint --project tsconfig.json",
"format:prettier": "prettier --config=./.prettierrc --ignore-path=./.prettierignore \"**/*.{js,jsx,json,ts,tsx,md}\" --write",
"format:tslint": "tslint --project tsconfig.json --fix",
"format": "yarn format:prettier && yarn format:tslint",
"test": "TZ=UTC jest",
"updateSnaps": "TZ=UTC jest -u",
"bump": "lerna version"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"lint-staged": {
"linters": {
"*.{ts,tsx}": [
"prettier --config=./.prettierrc --ignore-path=./.prettierignore --write",
"tslint --project tsconfig.json --fix",
"git add"
],
"*.{js,jsx,json,md}": [
"prettier --config=./.prettierrc --ignore-path=./.prettierignore --write",
"git add"
],
"yarn.lock": [
"node utils/check-lockfile-links.js",
"git add"
]
}
},
"workspaces": [
"modules/**"
],
"browserslist": "> 5%, last 2 firefox versions, last 2 chrome versions, last 2 safari versions, last 2 edge versions, ie 11"
}