-
-
Notifications
You must be signed in to change notification settings - Fork 132
/
package.json
153 lines (153 loc) · 4.99 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
143
144
145
146
147
148
149
150
151
152
153
{
"name": "rsuite-table",
"version": "5.19.1",
"description": "A React table component",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"module": "es/index.js",
"scripts": {
"format": "prettier --write \"{src,test}/**/*.{tsx,ts,js}\"",
"format:check": "prettier --list-different \"{src,test}/**/*.{tsx,ts,js}\"",
"build": "npm run build:gulp && npm run build:types",
"build:gulp": "gulp build",
"build:types": "npx tsc --emitDeclarationOnly --outDir lib && npx tsc --emitDeclarationOnly --outDir es",
"build:docs": "rm -rf assets && NODE_ENV=production webpack",
"postbuild": "mocha test/build.test.js",
"dev": "webpack serve --mode development --port 3100 --host 0.0.0.0 --progress",
"publish:docs": "node docs/gh-pages.js",
"tdd": "cross-env NODE_ENV=test karma start",
"lint:ts": "eslint src/**/*.{ts,tsx}",
"lint": "npm run lint:ts",
"test": "npm run lint && cross-env NODE_ENV=test karma start --single-run && npm run build && npm run test:types",
"test:types": "tsc -p tsconfig.test.json --noEmit",
"clean": "rm -rf node_modules/gh-pages/.cache",
"coveralls": "cat ./coverage/lcov/lcov.info | ./node_modules/.bin/coveralls",
"prepublishOnly": "npm run build",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"author": "[email protected]",
"license": "MIT",
"files": [
"CHANGELOG.md",
"lib",
"src",
"es",
"dist"
],
"repository": {
"type": "git",
"url": "[email protected]:rsuite/rsuite-table.git"
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"@juggle/resize-observer": "^3.3.1",
"@rsuite/icons": "^1.0.0",
"classnames": "^2.3.1",
"dom-lib": "^3.3.1",
"lodash": "^4.17.21",
"react-is": "^17.0.2"
},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-proto-to-assign": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7",
"@babel/preset-typescript": "^7.12.7",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@faker-js/faker": "^7.6.0",
"@testing-library/react": "^13.4.0",
"@types/lodash": "^4.14.165",
"@types/prop-types": "^15.7.1",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/react-is": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"autoprefixer": "^8.3.0",
"babel-loader": "^8.2.2",
"babel-plugin-date-fns": "^0.2.1",
"babel-plugin-istanbul": "^4.1.4",
"babel-plugin-lodash": "^3.3.4",
"chai": "^4.1.0",
"conventional-changelog-cli": "^2.1.1",
"coveralls": "^3.1.0",
"cross-env": "^5.2.1",
"css-loader": "^0.23.1",
"cssnano": "^4.1.10",
"cz-conventional-changelog": "^3.3.0",
"del": "^5.1.0",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"file-loader": "^0.10.1",
"gh-pages": "^0.12.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-insert": "^0.5.0",
"gulp-less": "^5.0.0",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.2.2",
"gulp-rtlcss": "^1.4.1",
"gulp-sourcemaps": "^2.6.4",
"html-webpack-plugin": "^5.3.2",
"karma": "^6.4.0",
"karma-chai-dom": "^1.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-cli": "^2.0.0",
"karma-coverage": "^2.0.3",
"karma-firefox-launcher": "^2.1.1",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sinon-chai": "^2.0.2",
"karma-sourcemap-loader": "^0.3.8",
"karma-webpack": "^5.0.0",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"mini-css-extract-plugin": "^2.3.0",
"mocha": "^9.0.2",
"prettier": "^2.3.2",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-code-view": "^2.2.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"rsuite": "^5.69.0",
"sinon": "^11.1.2",
"sinon-chai": "^3.7.0",
"style-loader": "^0.13.1",
"ts-expect": "^1.3.0",
"typescript": "^5.2.2",
"url-loader": "^0.5.7",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^3.11.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}