-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
141 lines (141 loc) · 5.56 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
136
137
138
139
140
141
{
"name": "boa-workspace",
"private": true,
"version": "1.0.0",
"description": "BOA Components",
"main": "index.js",
"author": "Kuveyt Turk BOA One Team",
"scripts": {
"start": "yarn run storybook",
"lint": "eslint . --cache && echo \"eslint: no lint errors\"",
"lint:fix": "eslint . --cache --fix && echo \"eslint: no lint errors\"",
"prettier": "yarn --silent prettier:files | xargs prettier --write",
"prettier:files": "find . -name \"*.js\" -o -name \"*.d.ts\" -o -name \"*.tsx\" | grep -v -f .eslintignore",
"prettier:check": "yarn --silent prettier:files | xargs prettier --list-different",
"prettier:ci": "prettier --list-different",
"size": "size-limit",
"size:why": "size-limit --why packages/components/build/index.js",
"spellcheck": "eslint . --config .eslintrc.spellcheck.js && echo \"eslint: no lint errors\"",
"test": "yarn lint && yarn run typescript && yarn test:coverage",
"test:integration": "cross-env NODE_ENV=test mocha ./test/integration/*.test.js",
"test:unit": "cross-env NODE_ENV=test mocha ./packages/**/src/**/**/**/*.test.js",
"test:karma": "cross-env NODE_ENV=test karma start test/karma.conf.js --single-run --watch=false",
"test:regressions": "webpack --config test/regressions/webpack.config.js && rimraf test/regressions/screenshots/chrome/* && vrtest run --config test/vrtest.config.js --record",
"test:coverage": "cross-env NODE_ENV=test BABEL_ENV=coverage nyc mocha ./packages/**/src/**/**/**/*.test.js && nyc report -r lcovonly",
"test:coverage:html": "cross-env NODE_ENV=test BABEL_ENV=coverage nyc mocha ./packages/**/src/**/**/**/*.test.js && nyc report --reporter=html",
"storybook": "start-storybook -p 6006",
"storybook:build": "rimraf docs && cross-env STORYBOOK_BUILD=production build-storybook -c .storybook -o docs",
"typescript": "tslint -p tsconfig.json \"packages/*/{src,test}/**/*.{ts,tsx}\"",
"argos": "argos upload test/regressions/screenshots/chrome --token $ARGOS_TOKEN || true",
"generate:doc": "babel-node ./scripts/generator/info.js",
"generate:typings": "babel-node ./scripts/generator/typings.js"
},
"devDependencies": {
"@babel/cli": "7.0.0",
"@babel/core": "7.0.0",
"@babel/node": "7.0.0",
"@babel/plugin-proposal-class-properties": "7.0.0",
"@babel/plugin-proposal-decorators": "^7.1.2",
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
"@babel/plugin-transform-object-assign": "7.0.0",
"@babel/plugin-transform-runtime": "7.0.0",
"@babel/preset-env": "7.0.0",
"@babel/preset-react": "7.0.0",
"@babel/register": "7.0.0",
"@babel/runtime": "7.0.0",
"@markedjs/html-differ": "^2.0.0",
"@storybook/addon-actions": "4.1.12",
"@storybook/addon-info": "4.1.12",
"@storybook/addon-knobs": "4.1.12",
"@storybook/addon-links": "4.1.12",
"@storybook/addon-options": "4.1.12",
"@storybook/addon-viewport": "4.1.12",
"@storybook/addons": "4.1.12",
"@storybook/react": "4.1.12",
"@types/enzyme": "*",
"@types/react": "^16.4.2",
"@types/react-dom": "*",
"@types/react-transition-group": "^2.0.15",
"argos-cli": "^0.0.9",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.0",
"babel-plugin-istanbul": "^5.0.0",
"babel-plugin-module-resolver": "^3.0.0",
"chai": "^3.5.0",
"chai-asserttype": "^1.0.5",
"child-process-promise": "^2.1.3",
"colors": "^1.3.2",
"cross-env": "^5.1.1",
"css-loader": "^1.0.0",
"dtslint": "^0.3.0",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"eslint": "^5.0.0",
"eslint-config-airbnb": "^17.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-babel-module": "5.0.0-beta.1",
"eslint-import-resolver-webpack": "^0.10.0",
"eslint-plugin-babel": "^5.0.0",
"eslint-plugin-import": "^2.15.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-mocha": "^5.0.0",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-spellcheck": "^0.0.10",
"fs-extra": "^0.30.0",
"fs-promise": "^0.5.0",
"glob": "^7.1.3",
"html-webpack-plugin": "^2.28.0",
"ignore-styles": "^5.0.1",
"jsdom": "^12.2.0",
"jss": "^9.8.7",
"karma": "^3.0.0",
"karma-browserstack-launcher": "^1.3.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.0",
"keycode": "^2.2.0",
"lint-staged": "7.2.0",
"loader-utils": "^1.1.0",
"lodash-compat": "^3.10.2",
"marked": "^0.3.19",
"mocha": "^5.2.0",
"nyc": "^13.1.0",
"object-assign": "^4.1.0",
"postcss-loader": "^1.1.1",
"prettier": "^1.15.2",
"puppeteer": "^1.10.0",
"react-docgen": "^2.21.0",
"react-dts-generator": "^0.1.0",
"react-element-to-jsx-string": "^14.0.1",
"react-hot-loader": "3.0.0-beta.7",
"react-jss": "^8.6.1",
"react-to-typescript-definitions": "^1.2.0",
"readline-sync": "^1.4.9",
"recast": "^0.15.5",
"resolve": "^1.8.1",
"rimraf": "^2.5.4",
"sass-loader": "^7.1.0",
"sinon": "^7.2.2",
"size-limit": "^0.21.0",
"style-loader": "^0.21.0",
"transform-loader": "^0.2.3",
"tslint": "^5.11.0",
"typescript": "^3.0.0",
"url-loader": "^0.5.7",
"vrtest": "^0.2.0",
"webfontloader": "^1.6.28",
"webpack": "4.16.3",
"webpack-bundle-analyzer": "^3.0.0",
"webpack-cli": "^3.1.0",
"webpack-node-externals": "^1.7.2",
"yargs": "^6.0.0"
},
"licence": "Kuveyt Türk",
"workspaces": [
"packages/*"
]
}