-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
96 lines (96 loc) · 2.72 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
{
"name": "react-flatifycss",
"version": "2.1.2",
"author": "Amir M. Mohamadi",
"description": "A collection of flat design components for react, based on FlatifyCSS",
"repository": {
"type": "git",
"url": "git+https://github.com/amir2mi/react-flatifycss.git"
},
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"engines": {
"node": ">=10"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test --passWithNoTests",
"lint": "tsdx lint",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why",
"storybook": "node --openssl-legacy-provider ./node_modules/.bin/start-storybook -p 6006",
"build-storybook": "node --openssl-legacy-provider ./node_modules/.bin/build-storybook"
},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"endOfLine": "auto",
"singleQuote": true,
"trailingComma": "es5"
},
"module": "dist/react-flatifycss.esm.js",
"size-limit": [
{
"path": "dist/react-flatifycss.cjs.production.min.js",
"limit": "250 KB"
},
{
"path": "dist/react-flatifycss.esm.js",
"limit": "250 KB"
}
],
"devDependencies": {
"@babel/core": "^7.19.1",
"@size-limit/preset-small-lib": "^8.1.0",
"@storybook/addon-docs": "^6.5.12",
"@storybook/addon-essentials": "^6.5.12",
"@storybook/addon-info": "^5.3.21",
"@storybook/addon-links": "^6.5.12",
"@storybook/addons": "^6.5.12",
"@storybook/react": "^6.5.12",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/mdx": "^2.0.2",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/react-transition-group": "^4.4.5",
"@types/styled-components": "^5.1.26",
"babel-jest": "^29.0.3",
"babel-loader": "^8.2.5",
"flatifycss": "1.5.2",
"babel-plugin-styled-components": "^2.0.7",
"husky": "^8.0.1",
"identity-obj-proxy": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"size-limit": "^8.1.0",
"tsdx": "^0.14.1",
"tslib": "^2.4.0",
"typescript": "^4.8.3"
},
"dependencies": {
"@popperjs/core": "^2.11.6",
"@reach/accordion": "^0.17.0",
"@reach/dialog": "^0.17.0",
"@reach/tabs": "^0.17.0",
"clsx": "^1.2.1",
"react-popper": "^2.3.0",
"react-transition-group": "^4.4.5",
"styled-components": "^5.3.5",
"uuid-by-string": "^4.0.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}