-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
142 lines (142 loc) · 4.88 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
142
{
"name": "@panenco/ui",
"version": "16.1.0",
"description": "Panenco UI",
"module": "lib/ui.esm.js",
"main": "lib/ui.esm.js",
"types": "lib/index.d.ts",
"license": "MIT",
"author": "Panenco <info@panenco.com>",
"repository": "git@github.com:Panenco/panenco-ui.git",
"files": [
"lib/**/*"
],
"scripts": {
"start": "start-storybook -p 9000 -s .storybook -c .storybook",
"build": "npm run clean && cross-env BABEL_ENV=production rollup --config rollup.config.mjs",
"build:storybook": "build-storybook -s .storybook -c .storybook -o storybook-dist",
"watch": "npm run clean && rollup --config rollup.config.mjs",
"clean": "rimraf lib",
"lint": "eslint config src stories --ext .js,.jsx,.ts,.tsx",
"prettier": "prettier '{config,src,stories}/**/*.{js,jsx,ts,tsx}' --write",
"prepare": "husky install .husky",
"pre-commit": "lint-staged",
"deploy-storybook": "storybook-to-ghpages --existing-output-dir=storybook-dist",
"prepublishOnly": "npm run clean && cross-env BABEL_ENV=production rollup --config rollup.config.mjs",
"pack": "yarn build && npm pack"
},
"sideEffects": [
"**.css"
],
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix"
]
},
"engines": {
"node": ">=16.0.0"
},
"peerDependencies": {
"classnames": "^2.2.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"styled-components": ">= 5"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/plugin-proposal-json-strings": "7.18.6",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-import-meta": "7.10.4",
"@babel/plugin-transform-react-constant-elements": "^7.14.5",
"@babel/plugin-transform-react-inline-elements": "^7.14.5",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@rollup/plugin-babel": "^6.0.0",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-replace": "^5.0.0",
"@storybook/addon-a11y": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-interactions": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/builder-webpack4": "^6.5.16",
"@storybook/manager-webpack4": "^6.5.16",
"@storybook/react": "^6.5.16",
"@storybook/storybook-deployer": "^2.8.16",
"@storybook/testing-library": "^0.0.13",
"@svgr/rollup": "^6.5.1",
"@svgr/webpack": "5.5.0",
"@types/classnames": "^2.2.10",
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.1.8",
"@types/react-select": "^3.0.11",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"@zerollup/ts-transform-paths": "^1.7.18",
"babel-loader": "^9.0.0",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"classnames": "^2.2.6",
"cross-env": "^7.0.2",
"css-loader": "^3.5.2",
"eslint": "^8.0.0",
"eslint-config-airbnb": "^19.0.0",
"eslint-config-prettier": "^8.0.0",
"eslint-import-resolver-typescript": "^3.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^4.0.2",
"eslint-plugin-storybook": "^0.6.10",
"eslint-plugin-typescript-sort-keys": "^2.1.0",
"file-loader": "^6.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.0.0",
"polished": "^4.0.0",
"postcss-loader": "^3.0.0",
"prettier": "^2.0.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hot-loader": "^4.12.20",
"react-router-dom": "^5.2.0",
"react-select": "^3.0.4",
"rimraf": "^4.0.0",
"rollup": "^3.0.0",
"rollup-plugin-css-only": "^4.0.0",
"rollup-plugin-typescript2": "^0.34.0",
"style-loader": "^1.1.3",
"styled-components": "^5.3.6",
"stylelint": "^14.0.0",
"stylelint-config-standard": "^29.0.0",
"stylelint-order": "^6.0.0",
"ts-loader": "^9.0.0",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"ttypescript": "^1.5.13",
"typescript": "^4.5.5"
},
"dependencies": {
"@juggle/resize-observer": "^3.4.0",
"@popperjs/core": "^2.11.0",
"date-fns": "^2.29.3",
"focus-visible": "^5.1.0",
"lodash-es": "^4.17.21",
"postcss-focus-visible": "^8.0.0",
"react-animate-height": "^3.0.0",
"react-compound-slider": "^3.3.1",
"react-day-picker": "^8.0.4",
"react-dropzone": "^11.0.1",
"react-focus-lock": "^2.5.2",
"react-text-mask": "^5.4.3",
"text-mask-addons": "^3.8.0"
},
"packageManager": "yarn@3.4.1"
}