-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.04 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
{
"name": "@ignf/validator-client",
"version": "0.5.0",
"description": "Démonstrateur React pour IGNF/validator-api",
"main": "index.js",
"scripts": {
"build": "webpack --mode=production",
"build-dev": "webpack --mode=development",
"watch": "webpack --mode=development --watch"
},
"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": "^7.14.6",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"@turf/circle": "^6.4.0",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.6",
"express": "^4.17.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"style-loader": "^3.0.0",
"webpack": "^5.44.0",
"webpack-cli": "^4.7.2"
},
"dependencies": {
"react-data-table-component": "^7.0.0-rc2",
"styled-components": "^5.3.0",
"swagger-ui": "^4.1.3"
}
}