This repository has been archived by the owner on Apr 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.36 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
{
"name": "linked-forms",
"version": "1.0.0-alpha.0",
"description": "Linked Forms",
"scripts": {
"dev": "node server/server.develop.js",
"lint": "eslint --ext .js,.jsx --ignore-path .gitignore . --fix",
"test": "jest client",
"build": "cross-env NODE_ENV=production webpack --config build/webpack.production.js",
"analyze": "source-map-explorer --exclude-source-map dist/assets/bundle.*.js dist/assets/commons.*.js"
},
"author": "",
"license": "MIT",
"dependencies": {
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"@hot-loader/react-dom": "^16.11.0",
"@jsonforms/core": "^2.3.2",
"@jsonforms/examples": "^2.3.2",
"@jsonforms/material-renderers": "^2.3.2",
"@jsonforms/react": "^2.3.2",
"@material-ui/core": "^4.8.2",
"@material-ui/icons": "^4.5.1",
"@material-ui/pickers": "^3.2.8",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^3.0.1",
"connected-react-router": "^6.6.1",
"copy-webpack-plugin": "^5.1.1",
"core-js": "^3.6.1",
"cross-env": "^6.0.3",
"css-loader": "^3.4.0",
"express": "^4.17.1",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.9.0",
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"path": "^0.12.7",
"prop-types": "^15.7.2",
"query-string": "^6.9.0",
"rdflib": "^1.0.7-2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-hot-loader": "^4.12.18",
"react-redux": "^7.1.3",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"regenerator": "^0.14.2",
"source-map-loader": "^0.2.4",
"terser-webpack-plugin": "^2.3.1",
"ts-loader": "^6.2.1",
"typescript": "^3.7.4",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^4.2.2",
"babel-jest": "^24.9.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-react": "^7.17.0",
"source-map-explorer": "^2.2.1",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0"
}
}