-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
76 lines (76 loc) · 2.58 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
{
"name": "@algolia/ui-components-monorepo",
"private": true,
"license": "MIT",
"workspaces": [
"packages/*",
"examples/*",
"scripts/test-package"
],
"scripts": {
"build:clean": "lerna run build:clean --no-private",
"build:css": "lerna run build:css --no-private",
"build:esm": "lerna run build:esm --no-private",
"build:types": "lerna run build:types --no-private",
"build:umd": "lerna run build:umd --no-private",
"build": "lerna run build --no-private",
"format": "prettier --write .",
"lint": "eslint --ext .js,.ts,.tsx .",
"playground-js:start": "yarn workspace @algolia/horizontal-slider-js-example start",
"playground:start": "yarn workspace @algolia/horizontal-slider-react-example start",
"prepare": "lerna run prepare --no-private",
"release": "shipjs prepare",
"test:size": "bundlesize",
"test:types": "tsc --noEmit",
"test": "jest"
},
"devDependencies": {
"@babel/cli": "7.13.0",
"@babel/plugin-transform-react-jsx": "7.13.12",
"@babel/plugin-transform-runtime": "7.14.3",
"@babel/preset-env": "7.13.8",
"@babel/preset-react": "7.12.13",
"@babel/preset-typescript": "7.13.0",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-commonjs": "19.0.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "13.0.0",
"@rollup/plugin-replace": "2.4.2",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/preact": "3.2.2",
"@testing-library/react": "11.2.6",
"@testing-library/react-hooks": "5.1.2",
"@types/jest": "^26.0.23",
"@types/react": "^17.0.5",
"@typescript-eslint/eslint-plugin": "2.19.0",
"@typescript-eslint/parser": "2.19.0",
"autoprefixer": "10.0.4",
"babel-eslint": "10.1.0",
"bundlesize2": "0.0.31",
"cssnano": "4.1.10",
"eslint": "6.8.0",
"eslint-config-algolia": "15.0.0",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-cypress": "2.11.2",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jest": "24.1.3",
"eslint-plugin-prettier": "3.2.0",
"eslint-plugin-react": "7.21.5",
"eslint-plugin-react-hooks": "4.2.0",
"jest": "26.6.3",
"lerna": "4.0.0",
"postcss": "8.1.8",
"postcss-color-rgb": "2.0.0",
"postcss-comment": "2.0.0",
"postcss-preset-env": "6.7.0",
"prettier": "2.2.1",
"rollup": "2.48.0",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-filesize": "9.1.1",
"rollup-plugin-license": "2.3.0",
"rollup-plugin-terser": "7.0.2",
"shipjs": "0.23.3",
"typescript": "4.2.4"
}
}