-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.41 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
{
"name": "xtraplatform-manager",
"version": "1.1.1",
"description": "",
"private": true,
"main": "src/index.js",
"scripts": {
"start": "webpack-dev-server --config webpack.config.development.js",
"build": "webpack -p --config webpack.config.production.js",
"test": "echo \"Error: no test specified\" && exit 1",
"license": "node node_modules/jsheader/index.js ./jsheader.json",
"postinstall": "patch-package",
"preinstall": "node ./patch-yarn.js"
},
"author": "interactive instruments GmbH",
"license": "EUPL-1.2",
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-decorators": "^7.4.0",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-function-sent": "^7.2.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"body-parser": "^1.19.0",
"clean-webpack-plugin": "^2.0.1",
"css-loader": "^2.1.1",
"deepmerge": "^3.2.0",
"html-webpack-plugin": "^3.2.0",
"jsheader": "^0.0.2",
"jwt-decode": "^2.2.0",
"mini-css-extract-plugin": "^0.6.0",
"node-sass": "^4.11.0",
"postcss-loader": "^3.0.0",
"react-hot-loader": "^4.8.4",
"redux-devtools-extension": "^2.13.8",
"redux-immutable-state-invariant": "^2.1.0",
"redux-persist": "^5.10.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.30.0",
"webpack-dev-server": "^3.3.1",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"@babel/polyfill": "^7.4.3",
"babel-plugin-grommet": "^0.5.3",
"grommet": "^2.6.6",
"immutability-helper": "^3.0.0",
"normalizr": "^3.3.0",
"patch-package": "^6.1.2",
"postinstall-postinstall": "^2.0.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "npm:@hot-loader/react-dom@^16.8.6",
"react-redux": "^5.1.1",
"react-show": "^3.0.4",
"redux": "^4.0.1",
"redux-actions": "^2.6.5",
"redux-little-router": "^15.1.2",
"redux-query": "^2.3.1",
"redux-ui": "^0.1.1",
"styled-components": "^4.2.0"
}
}