-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.01 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
{
"name": "mia",
"version": "1.0.0",
"description": "webwidget to extrapolate specific attributes from the DOM of an html page and insert extra data based on provided URI links",
"main": "./dist/mia.bundle.js",
"files": [
"dist"
],
"directories": {
"test": "test"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "webpack serve",
"build": "webpack build --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1",
"check": "tsc --noEmit",
"watch": "nodemon --watch src --exec \"npm run build\"",
"build:css": "tailwindcss -i ./src/css/tailwind.css -o ./src/css/styles.css --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vliz-be-opsci/MIA.git"
},
"author": "Cedric Decruw",
"license": "ISC",
"bugs": {
"url": "https://github.com/vliz-be-opsci/MIA/issues"
},
"homepage": "https://github.com/vliz-be-opsci/MIA#readme",
"dependencies": {
"@comunica/query-sparql": "^3.1.2",
"@comunica/query-sparql-link-traversal": "^0.4.1",
"@popperjs/core": "^2.11.8",
"@terraformer/arcgis": "^2.1.2",
"@terraformer/wkt": "^2.2.1",
"@types/terraformer__wkt": "^2.0.3",
"bootstrap": "^5.3.3",
"file-loader": "^6.2.0",
"jsonld": "^8.3.2",
"leaflet": "^1.9.4",
"n3": "^1.17.3",
"rdflib": "^2.2.32",
"url": "^0.11.3",
"url-loader": "^4.1.1"
},
"devDependencies": {
"@types/jsonld": "^1.5.15",
"@types/leaflet": "^1.9.12",
"@types/n3": "^1.16.4",
"@types/webpack": "^5.28.5",
"autoprefixer": "^10.4.19",
"css-loader": "^7.1.2",
"html-webpack-plugin": "^5.6.0",
"nodemon": "^3.1.4",
"postcss": "^8.4.41",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.0.2",
"sass": "^1.77.6",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.10",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
}