-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
87 lines (87 loc) · 2.58 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
{
"name": "dx-react-grid-grommet",
"version": "1.0.18",
"main": "index.js",
"module": "es6/index.js",
"jsnext:main": "es6/index.js",
"types": "index.d.ts",
"description": "react grommet v2 theme for developer express dx-grid react",
"sideEffects": false,
"authors": [
"Atanas Stoyanov"
],
"keywords": [
"grommet",
"react",
"react",
"devextreme-reactive",
"dx-react-grid"
],
"homepage": "http://grommet-nextjs.herokuapp.com/templates/dx-grid",
"bugs": "https://github.com/atanasster/dx-react-grid-grommet/issues",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/atanasster/dx-react-grid-grommet.git"
},
"engine-strict": true,
"engines": {
"node": ">= 6.11.5"
},
"scripts": {
"build": "webpack --mode production && babel ./src/ --ignore '__tests__' --out-dir ./dist && cross-env BABEL_ENV=es6 babel ./src/ --ignore '__tests__' --out-dir ./dist/es6 && cp ./index.d.ts ./dist",
"check": "./node_modules/.bin/eslint .",
"pub": "cd ./ && npm run build && cd dist && npm publish && cd .."
},
"peerDependencies": {
"@devexpress/dx-react-core": ">= 2.1.0",
"@devexpress/dx-react-grid": ">= 2.1.0",
"grommet": ">= 2.2.1",
"grommet-icons": ">= 4.1.0",
"react": ">= 16.7.0",
"react-dom": ">= 16.7.0",
"styled-components": ">= 5.0.1"
},
"dependencies": {
"prop-types": "^15.5.10"
},
"devDependencies": {
"@devexpress/dx-react-core": "^2.5.1",
"@devexpress/dx-react-grid": "^2.5.1",
"@types/react": "^16.7.0",
"babel-cli": "^6.22.2",
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-plugin-styled-components": "^1.10.7",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.16.0",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^5.0.1",
"css": "^2.2.1",
"del": "^3.0.0",
"eslint": "^4.3.0",
"eslint-config-airbnb": "^15.0.2",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-class-property": "^1.0.6",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0",
"fs-extra": "^4.0.0",
"grommet": "^2.2.1",
"grommet-icons": "^4.1.0",
"pre-commit": "^1.2.2",
"react": "^16.7.0",
"react-dev-utils": "^7.0.0",
"react-dom": "^16.7.0",
"styled-components": "^5.0.1",
"tarball-extract": "^0.0.6",
"webpack": "^4.10.2",
"webpack-cli": "^3.0.7"
},
"pre-commit": [
"check"
]
}