forked from tabler/tabler-react
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
118 lines (118 loc) · 4.09 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
{
"name": "tabler-react",
"version": "1.41.4",
"description": "",
"author": "santiagocasasrey",
"license": "MIT",
"repository": "santiagocasasrey/tabler-react",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"scripts": {
"link-react": "cd example/node_modules/react && npm link && cd ../react-dom && npm link && cd ../../../ && npm link react && npm link react-dom",
"test": "CI=1 react-scripts test --env=jsdom",
"test:watch": "react-scripts test --env=jsdom",
"build": "yarn run copytablercsstodist && rollup -c && yarn run flow:copy-source",
"start": "yarn run copytablercsstodist && rollup -c -w",
"prepare": "yarn run build && yarn run copytablercsstodist",
"predeploy": "cd example && yarn install && yarn run build",
"deploy": "gh-pages -d example/build",
"flow:copy-source": "node scripts/flow-copy-source.js",
"format": "prettier --write \"+(src|example)/**/*.js\"",
"pretty-quick": "pretty-quick",
"lint": "eslint --ext .js src/**/*",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build",
"copytablercsstodist": "shx mkdir -p dist && shx cp src/Tabler.css src/Tabler.RTL.css dist/ && shx cp -r src/fonts src/images dist/",
"cm": "git-cz",
"startagain": "shx rm -rf dist node_modules example/node_modules yarn.lock example/yarn.lock && yarn install && cd example && yarn install && cd .. && yarn build",
"semantic-release": "semantic-release --no-ci"
},
"lint-staged": {
"src/**/*.js": "eslint --max-warnings=0"
},
"dependencies": {
"ag-grid-community": "^25.3.0",
"ag-grid-react": "^25.3.0",
"classnames": "^2.3.1",
"react-content-loader": "^6.0.2",
"react-popper": "^1.3.11",
"react-select": "^4.3.1",
"react-text-mask": "^5.4.1"
},
"peerDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"babel-core": "^6.26.0",
"babel-eslint": "^9.0.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"commitizen": "^3.1.1",
"commitlint": "^12.1.4",
"cz-conventional-changelog": "^2.1.0",
"empty": "^0.10.1",
"eslint": "5.16.0",
"eslint-config-react-app": "^3.0.8",
"eslint-plugin-flowtype": "^3.13.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "6.1.1",
"eslint-plugin-react": "^7.24.0",
"flow-bin": "^0.89.0",
"flow-copy-source": "^2.0.9",
"gh-pages": "^2.2.0",
"husky": "^2.7.0",
"lint-staged": "^8.2.1",
"prettier": "1.17.1",
"pretty-quick": "^1.11.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "^4.0.3",
"react-styleguidist": "^11.1.7",
"rollup": "1.13.0",
"rollup-plugin-babel": "3.0.7",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "5.0.1",
"rollup-plugin-peer-deps-external": "2.2.0",
"rollup-plugin-postcss": "1.6.3",
"rollup-plugin-url": "2.2.1",
"semantic-release": "^17.4.4",
"shx": "^0.3.3",
"webpack": "4.19.1"
},
"files": [
"dist"
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"resolutions": {
"browserslist": "1.3.6 || 1.5.2 || 3.2.6 || 4.14.2 || 4.16.5 || 4.16.6",
"css-what": "3.2.1 || 5.0.1",
"dot-prop": "4.2.1 || 5.1.0 || 5.2.0",
"glob-parent": "3.1.0 || 5.1.2",
"immer": "8.0.1",
"js-yaml": "3.7.0 || 3.13.1",
"lodash": "4.17.14 || 4.17.21",
"merge": "1.2.1 || 2.1.1",
"minimist": "1.2.3 || 1.2.5",
"normalize-url": "1.4.0 || 4.5.1",
"property-expr": "1.5.0 || 2.0.3",
"semantic-release": "17.4.4",
"serialize-javascript": "1.4.0 || 3.1.0 || 4.0.0 || 5.0.1",
"ssri": "5.2.4 || 6.0.1 || 8.0.1",
"tar": "2.2.2 || 6.0.2 || 6.1.0",
"trim": "0.0.3",
"trim-newlines": "3.0.1",
"yargs-parser ": "15.0.1"
}
}