-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.78 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.78 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
{
"name": "lpis",
"version": "1.1.0",
"description": "Land Parcel Identification System",
"main": "backend/www/lpis.js",
"scripts": {
"build": "webpack --mode=production --env=production",
"build-dev": "webpack --mode=development --env=development",
"deploy": "npm run build && cd backend && mvn clean package && (cp target/lpis* ../../svarog/osgi-bundles/ || true)",
"dev": "webpack-dev-server --mode=development --hot",
"test": "eslint --fix frontend/ || exit 0"
},
"repository": {
"type": "git",
"url": "https://gitlab.prtech.mk/svarog4/lpis"
},
"dependencies": {
"@babel/runtime": "^7.23.9",
"@mapbox/shp-write": "^0.4.3",
"@turf/boolean-intersects": "^7.2.0",
"@turf/boolean-point-in-polygon": "^7.2.0",
"@turf/helpers": "^7.2.0",
"date-fns": "^4.1.0",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"nanoid": "^5.0.5",
"perun-core": "git+https://git@gitlab.prtech.mk/svarog4/perun-core#dev",
"shpjs": "^6.1.0",
"spatial": "git+https://git@gitlab.prtech.mk/svarog4/svarog-spatial#dev"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.23.10",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"babel-loader": "^9.1.3",
"buffer": "^6.0.3",
"css-loader": "^7.1.2",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^5.2.0",
"style-loader": "^4.0.0",
"webpack": "^5.90.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.0"
},
"author": "Perun Tech",
"license": "ISC"
}