-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
87 lines (87 loc) · 2.47 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": "test-tiw5",
"version": "1.0.0",
"description": "test-tiw5",
"main": "index.js",
"scripts": {
"test": "jest",
"start": "node serveur/index.js",
"build": "webpack --mode production",
"dev": "webpack --watch --mode development && node serveur/index.js",
"lint": "eslint ."
},
"bin": "./bin/mybin.js",
"repository": {
"type": "git",
"url": "https://forge.univ-lyon1.fr/p1607511/projet_bu.git"
},
"keywords": [
"tiw5"
],
"author": "Yann MONTEIX",
"license": "ISC",
"dependencies": {
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/polyfill": "^7.12.1",
"@blueprintjs/core": "^3.34.1",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@rjsf/core": "^2.4.0",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"bootstrap": "^4.5.2",
"dropzone": "^5.7.2",
"express": "^4.17.1",
"font-awesome": "^4.7.0",
"fs": "0.0.1-security",
"http": "0.0.1-security",
"jest": "^26.6.1",
"jquery": "^3.5.1",
"lodash": "^4.17.20",
"mdbreact": "^4.27.0",
"moment": "^2.29.1",
"popper.js": "^1.16.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-bootstrap": "^1.3.0",
"react-bootstrap-icons": "^1.0.0",
"react-csv": "^2.0.3",
"react-dom": "^16.13.1",
"react-dropzone": "^11.2.0",
"react-dropzone-textarea": "^1.1.4",
"react-dropzone-uploader": "^2.11.0",
"react-js-pagination": "^3.0.3",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"redux": "^4.0.5",
"semantic-ui-react": "^2.0.0",
"serve-favicon": "^2.5.0",
"startbootstrap-sb-admin-2": "^4.1.1",
"xml-js": "^1.6.11",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.10.4",
"babel-loader": "^8.2.2",
"css-loader": "^4.3.0",
"eslint": "^7.8.1",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.0",
"file-loader": "^6.1.0",
"html-webpack-plugin": "^4.4.1",
"pkg": "^4.4.9",
"react-bootstrap-table-next": "^4.0.3",
"react-bootstrap-table2-paginator": "^2.1.2",
"react-bootstrap-table2-toolkit": "^2.1.3",
"style-loader": "^1.2.1",
"url-loader": "^4.1.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
}
}