-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.61 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
{
"name": "@ignf/validator-client",
"version": "0.5.9",
"description": "Démonstrateur React pour IGNF/validator-api",
"main": "dist/validator-client.js",
"files": [
"dist",
"public/css",
"public/font",
"public/img",
"LICENSE",
"README.md"
],
"scripts": {
"build": "NODE_ENV=production webpack --mode=production",
"build-dev": "NODE_ENV=development webpack --mode=development",
"watch": "NODE_ENV=development webpack --mode=development --watch",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/IGNF/validator-api-client.git"
},
"author": "IGNF",
"license": "AGPL-3.0-or-later",
"private": true,
"devDependencies": {
"@babel/core": "^8.0.5",
"@babel/plugin-transform-modules-commonjs": "^8.0.1",
"@babel/preset-react": "^8.0.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.3",
"babel-jest": "^30.5.1",
"babel-loader": "^10.1.1",
"css-loader": "^7.1.5",
"express": "^5.2.1",
"jest": "^30.5.1",
"jest-environment-jsdom": "^30.5.1",
"react": "^19.3.0",
"react-dom": "^19.3.0",
"react-router-dom": "^7.18.3",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.6.1",
"webpack": "^5.44.0",
"webpack-cli": "^7.2.3"
},
"dependencies": {
"compression": "^1.8.2",
"core-js": "^3.50.0",
"helmet": "^8.3.0",
"js-yaml": "^5.4.1",
"marked": "^18.0.12",
"qs": "^6.16.0",
"react-data-table-component": "^8.10.0",
"regenerator-runtime": "^0.14.1",
"styled-components": "^6.5.3",
"swagger-ui-dist": "^5.32.15"
}
}