-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.38 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
{
"name": "@zazuko/barnard59-steps-playground",
"version": "0.1.0",
"type": "module",
"author": "Zazuko (https://zazuko.com)",
"scripts": {
"server": "node server.js",
"client": "vue-cli-service serve",
"build": "vue-cli-service build",
"test": "mocha"
},
"main": "src/main.js",
"files": [
"/src"
],
"dependencies": {
"@rdfjs-elements/rdf-editor": "^0.5.3",
"@rdfjs/parser-jsonld": "^1.3.1",
"@zazuko/rdf-vocabularies": "^2021.9.22-3",
"barnard59-core": "^1.1.4",
"barnard59-rdf": "^1.3.1",
"body-parser": "^1.20.0",
"cors": "^2.8.5",
"express": "^4.18.1",
"nanoid": "^3.1.25",
"rdf-ext": "^2.0.1",
"vue": "^3.2.36"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@rdfjs-elements/formats-pretty": "^0.4.3",
"@rdfjs/data-model": "^2.0.1",
"@types/node": "^17.0.31",
"@vue/cli-plugin-babel": "~5.0.0-rc.1",
"@vue/cli-plugin-pwa": "~5.0.0-rc.1",
"@vue/cli-service": "~5.0.0-rc.1",
"@vue/compiler-sfc": "^3.0.4",
"@vue/runtime-core": "^3.2.36",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"get-stream": "^6.0.1",
"mocha": "^9.0.1",
"process": "^0.11.10",
"readable-stream": "^3.6.0",
"node-polyfill-webpack-plugin": "^1.1.4"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/zazuko/barnard59-steps-playground.git"
}
}