forked from atlasgroupcz/react-atlantic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 4.49 KB
/
package.json
File metadata and controls
122 lines (122 loc) · 4.49 KB
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
{
"name": "@atlasgroup/react-atlantic",
"version": "2.2.1",
"homepage": "https://atlasgroupcz.github.io/react-atlantic",
"private": false,
"main": "lib/index.js",
"dependencies": {
"@babel/runtime": "^7.11.2",
"@types/lodash.debounce": "^4.0.6",
"@types/react-datepicker": "^3.1.1",
"@types/styled-components": "^5.1.3",
"lodash.debounce": "^4.0.8",
"react-datepicker": "^3.1.3",
"styled-components": "^5.2.0"
},
"scripts": {
"storybook": "start-storybook -p 9009 -s public",
"build:storybook": "build-storybook -s public",
"test": "cross-env NODE_ENV=test jest",
"build": "cross-env NODE_ENV=production babel src -d lib --extensions .ts,.tsx --config-file ./babelrc.build.json && tsc -p ./tsconfig.build.json",
"lint": "eslint -c ./.eslintrc.json",
"typecheck": "tsc --noEmit",
"prepublishOnly": "yarn build",
"deploy": "gh-pages -d storybook-static",
"predeploy": "yarn build:storybook",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"changelog:all": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"version": "yarn changelog && git stage CHANGELOG.md",
"depsTree": "dpdm src --ext \".ts,.tsx,.json\"",
"validateDepsTree": "node scripts/validateDependencyTree.js"
},
"browserslist": [
">0.2%",
"not ie < 11",
"not dead",
"not op_mini all"
],
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "pretty-quick --staged",
"prepare-commit-msg": "devmoji -e --lint",
"post-commit": "yarn depsTree"
}
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/plugin-transform-react-jsx": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/preset-typescript": "^7.10.4",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"@storybook/addon-actions": "^6.0.21",
"@storybook/addon-info": "^5.3.21",
"@storybook/addon-knobs": "^6.0.21",
"@storybook/addon-links": "^6.0.21",
"@storybook/addons": "^6.0.21",
"@storybook/react": "^6.0.21",
"@types/react": "16.9.49",
"@types/react-dom": "16.9.8",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"@types/babel__core": "^7.1.9",
"@types/enzyme": "^3.10.6",
"@types/jest": "^26.0.15",
"@types/storybook__addon-info": "^5.2.1",
"@types/storybook__react": "^5.2.1",
"@typescript-eslint/eslint-plugin": "^4.1.0",
"@typescript-eslint/parser": "^4.1.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.3.0",
"babel-loader": "^8.1.0",
"babel-preset-react-app": "^9.1.2",
"circular-dependency-plugin": "^5.2.0",
"conventional-changelog-cli": "^2.1.0",
"cross-env": "^7.0.2",
"devmoji": "^2.1.9",
"dpdm": "^3.4.3",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.4",
"eslint": "^7.8.1",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.0",
"gh-pages": "^3.1.0",
"husky": "^4.3.0",
"jest": "^26.4.2",
"jest-styled-components": "^7.0.3",
"prettier": "^2.1.1",
"pretty-quick": "^3.0.0",
"react-docgen-typescript-loader": "^3.7.2",
"ts-jest": "^26.3.0",
"typescript": "^4.1.0-dev.20201020",
"wait-for-expect": "^3.0.2",
"webpack": "^4.44.1"
},
"peerDependencies": {
"@types/react": "16.8.x - 17.x",
"@types/react-dom": "16.9.8 - 17.x",
"react": "16.8.x - 17.x",
"react-dom": "^16.9.8 - 17.x"
},
"description": "[Demo, examples and docs](https://atlasgroupcz.github.io/react-atlantic/)",
"directories": {
"lib": "lib",
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atlasgroupcz/react-atlantic.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/atlasgroupcz/react-atlantic/issues"
}
}