-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
147 lines (147 loc) · 5.29 KB
/
package.json
File metadata and controls
147 lines (147 loc) · 5.29 KB
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
{
"author": "OpusCapita (www.opuscapita.com)",
"name": "@opuscapita/react-grid",
"version": "9.3.4",
"private": false,
"license": "MIT",
"description": "OpusCapita react grid component",
"main": "lib/umd/react-grid.js",
"cjs": "lib/cjs/index.js",
"es": "lib/es/index.js",
"scripts": {
"clean": "rimraf lib",
"build": "npm-run-all clean build:*",
"build:cjs": "cross-env NODE_ENV=production BUILD_ENV=cjs babel src --out-dir lib/cjs --copy-files --source-maps inline",
"build:es": "cross-env NODE_ENV=production BUILD_ENV=es babel src --out-dir lib/es --copy-files --source-maps inline",
"build:umd": "cross-env NODE_ENV=development BUILD_ENV=umd webpack",
"build:umd-min": "cross-env NODE_ENV=production BUILD_ENV=umd webpack",
"build:docs": "cross-env NODE_ENV=production BUILD_ENV=umd webpack --config webpack.docs.config.js",
"watch": "npm-run-all --parallel watch:*",
"watch:cjs": "cross-env NODE_ENV=development BUILD_ENV=cjs babel ./src --out-dir lib/cjs --copy-files --watch",
"watch:es": "cross-env NODE_ENV=development BUILD_ENV=es babel ./src --out-dir lib/es --copy-files --watch",
"watch:umd": "cross-env NODE_ENV=development BUILD_ENV=umd webpack --progress --colors --watch",
"watch:docs": "cross-env NODE_ENV=development BUILD_ENV=umd webpack --config webpack.docs.config.js --watch",
"hot": "cross-env NODE_ENV=development BUILD_ENV=hot webpack-dev-server --config webpack.docs.hot.config.js",
"lint": "node_modules/.bin/eslint --ext .jsx,.js src/ src_docs/",
"test": "cross-env NODE_ENV=production BUILD_ENV=test mocha",
"preversion": "npm run lint && npm test",
"version": "npm run build && git add -A lib docs",
"postversion": "git push && git push --tags"
},
"engines": {
"node": ">=6.10.0",
"npm": ">=5.4.0"
},
"files": [
"/lib/"
],
"peerDependencies": {
"prop-types": "15",
"react": "16",
"react-dom": "16",
"react-immutable-proptypes": "2",
"styled-components": "4 || 5"
},
"devDependencies": {
"@babel/cli": "7.8.4",
"@babel/core": "7.9.0",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-decorators": "7.8.3",
"@babel/plugin-proposal-export-default-from": "7.8.3",
"@babel/plugin-proposal-export-namespace-from": "7.8.3",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/polyfill": "7.8.7",
"@babel/preset-env": "7.9.0",
"@babel/preset-react": "7.9.4",
"@babel/register": "7.9.0",
"@hot-loader/react-dom": "16.8.6",
"@opuscapita/oc-cm-common-styles": "3.0.0",
"autoprefixer": "9.7.5",
"babel-eslint": "10.1.0",
"babel-loader": "8.1.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"bootstrap-sass": "3.4.1",
"chai": "4.2.0",
"chai-immutable": "2.1.0",
"clean-webpack-plugin": "3.0.0",
"country-data": "0.0.31",
"cross-env": "7.0.2",
"css-loader": "3.4.2",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.2",
"eslint": "6.8.0",
"eslint-config-airbnb": "17.1.0",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.19.0",
"faker": "4.1.0",
"file-loader": "6.0.0",
"global-jsdom": "6.0.0",
"html-webpack-plugin": "4.0.2",
"ignore-styles": "5.0.1",
"immutable": "3.8.2",
"jsdom": "15.2.1",
"mini-css-extract-plugin": "0.9.0",
"mocha": "7.1.1",
"node-sass": "4.13.1",
"npm-run-all": "4.1.5",
"optimize-css-assets-webpack-plugin": "5.0.3",
"postcss-flexbugs-fixes": "4.2.0",
"postcss-loader": "3.0.0",
"precss": "4.0.0",
"progress-bar-webpack-plugin": "2.1.0",
"prop-types": "15.7.2",
"raf": "3.4.1",
"react": "16.8.6",
"react-bootstrap": "0.33.1",
"react-dom": "16.8.6",
"react-hot-loader": "4.12.20",
"react-immutable-proptypes": "2.1.0",
"react-intl-redux": "2.2.0",
"react-router": "5.1.2",
"react-router-dom": "5.1.2",
"react-svg-loader": "3.0.3",
"redux": "4.0.5",
"redux-mock-store": "1.5.4",
"redux-thunk": "2.3.0",
"rimraf": "3.0.2",
"sass-loader": "8.0.2",
"sinon": "9.0.1",
"style-loader": "1.1.3",
"styled-components": "5.0.1",
"uuid": "7.0.2",
"webpack": "4.42.1",
"webpack-cli": "3.3.11",
"webpack-dev-server": "3.10.3",
"webpack-merge": "4.2.2",
"webpack-node-externals": "1.7.2",
"webpack-notifier": "1.8.0",
"write-file-webpack-plugin": "4.5.1"
},
"dependencies": {
"@opuscapita/format-utils": "2.2.6",
"@opuscapita/react-checkbox": "2.0.2",
"@opuscapita/react-datetime": "3.7.2",
"@opuscapita/react-dropdown": "2.2.5",
"@opuscapita/react-floating-select": "4.0.2",
"@opuscapita/react-formatted-input": "1.3.1",
"@opuscapita/react-icons": "4.0.13",
"@opuscapita/react-list-items": "1.1.2",
"@opuscapita/react-perfect-scrollbar": "3.0.4",
"@opuscapita/react-responsive-navbar": "3.4.0",
"@opuscapita/react-select-order-list": "3.2.4",
"@opuscapita/react-spinner": "3.0.0",
"classnames": "2.2.6",
"fixed-data-table-2": "0.8.28",
"invariant": "2.2.4",
"lodash": "4.17.15",
"moment": "2.24.0",
"react-icons": "3.9.0",
"react-intl": "2.9.0",
"react-redux": "5.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/OpusCapita/react-grid.git"
}
}