-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "startupdatabase",
"version": "0.1.0",
"description": "Demo of ReactJS + Spring Data REST",
"license": "Apache-2.0",
"dependencies": {
"acorn": "^6.4.1",
"axios": "^0.18.1",
"body-parser": "^1.18.3",
"bootstrap": "^4.5.0",
"cas-authentication": "^0.0.8",
"clean-css": "^4.1.11",
"constantinople": "^4.0.1",
"cookie-parser": "~1.4.3",
"cors": "^2.8.5",
"css-loader": "^3.5.3",
"debug": "~2.6.9",
"eslint-utils": "^1.4.1",
"express": "^4.16.4",
"express-session": "^1.15.6",
"formik": "^2.1.4",
"handlebars": "^4.3.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"jade": "^1.11.0",
"js-yaml": "^3.13.1",
"kind-of": "^6.0.3",
"lodash": "^4.17.12",
"lodash.template": "^4.5.0",
"minimist": "^1.2.5",
"mixin-deep": "^1.3.2",
"morgan": "^1.9.1",
"node-sass": "^4.14.1",
"pg": "^7.8.0",
"pg-hstore": "^2.3.2",
"prop-types": "^15.7.2",
"query-string": "^6.14.0",
"react": "^16.5.2",
"react-bootstrap": "^0.32.4",
"react-dom": "^16.13.1",
"react-icons": "^3.10.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "2.1.1",
"rest": "^1.3.1",
"sass-loader": "^8.0.2",
"sequelize": "^5.21.12",
"sequelize-cli": "^5.5.1",
"serialize-javascript": "^3.1.0",
"serve-favicon": "~2.4.5",
"set-value": "^2.0.1",
"style-loader": "^1.2.1",
"transformers": "^3.1.0",
"uglify-js": "^3.9.4",
"websocket-extensions": "^0.1.4",
"yup": "^0.29.1"
},
"scripts": {
"watch": "webpack --watch -d --output ./target/classes/static/built/bundle.js",
"build": "webpack"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.1.0",
"@babel/node": "^7.2.2",
"@babel/plugin-proposal-class-properties": "7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.2",
"concurrently": "^3.5.1",
"datatables.net": "^1.10.23",
"file-loader": "^6.0.0",
"jquery": "^3.5.1",
"nodemon": "^1.18.9",
"ttf-loader": "^1.0.2",
"webpack": "^4.43.0",
"webpack-cli": "^3.1.0"
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
"@babel/plugin-proposal-class-properties",
"@babel/plugin-transform-runtime"
]
}
}