-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
138 lines (138 loc) · 4.8 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
{
"name": "@cdfa/react-turn-reveal",
"version": "1.0.0",
"description": "A 3D reveal animation library for React.",
"author": "cdfa",
"license": "SEE LICENSE IN ./LICENSE",
"repository": "cdfa/react-turn-reveal",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"browserslist": [
"defaults"
],
"files": [
"dist",
"src"
],
"engines": {
"node": "^12",
"pnpm": "^5.0.0"
},
"scripts": {
"test": "jest",
"test:coverage": "npm run test -- --coverage",
"build": "rollup -c",
"dev": "docz dev",
"netlify-build": "npx pnpm install --store=node_modules/.pnpm-store && docz build",
"pre-publish": "npm-run-all pre-publish:*",
"pre-publish:docs": "docz build --base='/react-turn-reveal/'",
"pre-publish:src": "npm run build",
"publish-all": "npm-run-all publish:*",
"publish:docs": "gh-pages -d .docz/dist --message \"v$npm_package_version [skip ci]\"",
"publish:npm": "npm publish --access public",
"publish:github": "gpg .npmrc.gpg && npm publish && rm .npmrc",
"format": "eslint --fix \"{*,{src,docs,scripts}{/*,/**/*}}.{js,jsx,json,md,mdx}\"",
"format:nix": "nixpkgs-fmt {**,.*/**}/*.nix",
"lint": "npm-run-all lint:*",
"lint:eslint": "eslint --format friendly --max-warnings=0 \"{*,{src,docs,scripts}{/*,/**/*}}.{js,jsx,json,md,mdx}\"",
"lint:package-json": "npmPkgJsonLint ./",
"lint:netlify": "toml-checker netlify.toml",
"lint:nix": "node scripts/nix-lint.js"
},
"dependencies": {
"prop-types": "^15.7.2",
"react-use": "^10.5.0",
"styled-components": "^4.3.1"
},
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-export-default-from": "^7.5.2",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.3.0",
"@babel/preset-react": "^7.0.0",
"@mdx-js/react": "^1.5.1",
"@pnpm/merge-driver": "^0.1.0",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@rollup/plugin-url": "^4.0.2",
"@testing-library/jest-dom": "^4.0.0",
"@testing-library/react": "^9.1.1",
"@types/jest": "^24.0.12",
"@types/styled-components": "^4.1.18",
"@typescript-eslint/eslint-plugin": "^2.20.0",
"@typescript-eslint/parser": "2.x",
"babel-eslint": "10.x",
"babel-jest": "^24.8.0",
"babel-plugin-module-resolver": "^3.2.0",
"babel-plugin-transform-assets-import-to-string": "^1.2.0",
"cross-env": "^5.2.0",
"docz": "^1.2.0",
"docz-theme-default": "^1.2.0",
"eslint": "6.x",
"eslint-config-prettier": "^6.0.0",
"eslint-config-prettier-standard": "^3.0.1",
"eslint-config-react-app": "^5.0.1",
"eslint-config-standard": "^13.0.1",
"eslint-formatter-friendly": "^7.0.0",
"eslint-import-resolver-babel-module": "^5.1.0",
"eslint-import-resolver-node": "^0.3.2",
"eslint-plugin-array-func": "^3.1.3",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-flowtype": "3.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-jest": "^22.5.1",
"eslint-plugin-json": "^1.4.0",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-mdx": "^1.5.5",
"eslint-plugin-no-loops": "^0.3.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "7.x",
"eslint-plugin-react-hooks": "1.x",
"eslint-plugin-standard": "^4.0.0",
"find": "^0.3.0",
"gh-pages": "^2.0.1",
"husky": "^4.2.5",
"jest": "^24.8.0",
"jest-transformer-mdx": "^2.1.0",
"lint-staged": "^9.2.0",
"npm-package-json-lint": "^4.0.0",
"npm-package-json-lint-config-default": "^2.0.0",
"npm-run-all": "^4.1.5",
"object-transpose": "^2.0.1",
"pkg-dir": "^4.2.0",
"prettier": "^1.16.4",
"prettier-config-standard": "^1.0.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-hot-loader": "^4.12.15",
"remark-cli": "^7.0.0",
"remark-lint": "^6.0.5",
"remark-lint-match-punctuation": "^0.2.0",
"remark-lint-no-dead-urls": "^0.5.0",
"remark-lint-no-empty-sections": "^3.0.0",
"remark-lint-no-long-code": "^0.1.1",
"remark-lint-no-url-trailing-slash": "^3.0.1",
"remark-preset-lint-consistent": "^2.0.3",
"remark-preset-lint-markdown-style-guide": "^2.1.3",
"remark-preset-lint-recommended": "^3.0.3",
"remark-preset-prettier": "^0.2.1",
"rollup": "^1.15.6",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-peer-deps-external": "^2.2.2",
"shelljs": "^0.8.4",
"toml-checker": "github:cdfa/toml-checker#7d7544da33bfe56a7845aba665c8b0323649fd6a",
"typescript": ">=3.2.1 <3.5.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}