-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.58 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
{
"name": "semviz-testcomponent",
"version": "0.0.1",
"description": "",
"scripts": {
"build": "webpack",
"prebuild": "rimraf public",
"start": "http-server -p 8082 --cors",
"prestart": "npm run build",
"buildGit": "git add -A && git commit -m \"build for rawgit\" && git push",
"prebuildGit": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/assemblee-virtuelle/SemViz-TestComponent.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/assemblee-virtuelle/SemViz-TestComponent/issues"
},
"homepage": "https://github.com/assemblee-virtuelle/SemViz-TestComponent#readme",
"dependencies": {
"dot-prop": "^4.2.0",
"jquery": "^3.3.1",
"jstree": "^3.3.5",
"rdf-ext": "^1.1.0",
"rdf-fetch-lite": "^1.1.2",
"rdf-formats-common": "^1.4.0",
"rdf-parser-rdfxml": "^0.3.1",
"rdf-transform-triple-to-quad": "^1.0.1",
"rdflib": "^0.17.0",
"readable-stream": "^3.0.2",
"sift": "^6.0.0",
"string-to-stream": "^1.1.1"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"babel-loader": "^8.0.4",
"copy-webpack-plugin": "^4.5.4",
"css-loader": "^1.0.0",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.11.1",
"raw-loader": "^0.5.1",
"rimraf": "^2.6.2",
"style-loader": "^0.23.1",
"to-string-loader": "^1.1.5",
"url-loader": "^1.1.2",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2"
}
}