forked from KaiHotz/react-rollup-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
136 lines (136 loc) · 4.73 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
{
"name": "react-rollup-boilerplate",
"version": "3.0.0",
"description": "Boilerplate for writing React Libraries bundled with Rollup.js to commonJs and ES6 Modules and React Styleguidist",
"author": "Kai Hotz",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:KaiHotz/react-rollup-boilerplate.git"
},
"homepage": "https://github.com/KaiHotz/react-rollup-boilerplate",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"engines": {
"node": ">=14",
"npm": ">=6"
},
"scripts": {
"start": "NODE_ENV=development BABEL_ENV=development styleguidist server --open",
"styleguide:build": "NODE_ENV=production BABEL_ENV=production styleguidist build",
"build": "rimraf dist && NODE_ENV=production BABEL_ENV=production rollup -c",
"build:watch": "rollup -c -w",
"test": "jest",
"test:coverage": "jest --coverage --forceExit --colors",
"lint": "yarn check-types && yarn eslint && yarn stylelint",
"lint:fix": "yarn eslint:fix && yarn stylelint:fix",
"eslint": "eslint . --ext .js,.jsx,.tsx,.ts",
"eslint:fix": "eslint . --ext .js,.jsx,.tsx,.ts --fix",
"stylelint": "stylelint \"**/*.{css,scss,sass}\"",
"stylelint:fix": "stylelint \"**/*.{css,scss,sass}\" --fix",
"check-types": "tsc",
"prepare": "yarn build",
"prerelease": "yarn lint:fix && yarn test:coverage",
"release": "npm publish",
"predeploy": "yarn styleguide:build",
"deploy": "gh-pages -d styleguide"
},
"peerDependencies": {
"react": "^17.x",
"react-dom": "^17.x"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/eslint-parser": "^7.15.0",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@babel/runtime": "^7.15.3",
"@popperjs/core": "^2.9.3",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-url": "^6.1.0",
"@svgr/rollup": "^5.5.0",
"@svgr/webpack": "^5.5.0",
"@testing-library/dom": "^8.1.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/react-hooks": "^7.0.1",
"@testing-library/user-event": "^13.2.1",
"@types/classnames": "^2.3.1",
"@types/enzyme": "^3.10.9",
"@types/jest": "^27.0.0",
"@types/react": "^17.0.17",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.3",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.0.6",
"babel-loader": "^8.2.2",
"babel-plugin-css-modules-transform": "^1.6.2",
"babel-plugin-named-asset-import": "^0.3.7",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-preset-react-app": "^10.0.0",
"css-loader": "^6.2.0",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.6.2",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-import-resolver-webpack": "^0.13.1",
"eslint-plugin-flowtype": "^5.9.0",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^6.2.0",
"gh-pages": "^3.2.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.0.6",
"jest-environment-jsdom": "^27.0.6",
"jest-pnp-resolver": "^1.2.2",
"jest-watch-typeahead": "^0.6.4",
"node-sass": "^6.0.1",
"postcss": "^8.3.6",
"prettier": "^2.3.2",
"process": "^0.11.10",
"react": "^17.0.2",
"react-app-polyfill": "^2.0.0",
"react-docgen-typescript": "^2.1.0",
"react-dom": "^17.0.2",
"react-styleguidist": "^11.1.7",
"react-test-renderer": "^17.0.2",
"react-transition-group": "^4.4.2",
"regenerator-runtime": "^0.13.9",
"rimraf": "^3.0.2",
"rollup": "^2.56.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"sass-loader": "^12.1.0",
"style-loader": "^3.2.1",
"stylelint": "^13.13.1",
"stylelint-prettier": "^1.2.0",
"stylelint-scss": "^3.20.1",
"typescript": "^4.3.5",
"url-loader": "^4.1.1",
"webpack": "^5.50.0"
},
"dependencies": {
"classnames": "^2.3.1"
}
}