This repository has been archived by the owner on Dec 12, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.46 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
{
"name": "pikopikoplanet",
"version": "0.1.0",
"author": "foooomio",
"license": "CC0-1.0",
"private": true,
"scripts": {
"dev": "ts-node-dev --no-notify --transpile-only app/index.ts",
"build": "tsc && cp -R app/public dist/ && cp -R app/views dist/",
"start": "node dist/index.js",
"lint": "yarn eslint --ext .ts,.tsx app",
"fuseki": "cd fuseki && java -cp 'jar/*' org.apache.jena.fuseki.cmd.FusekiCmd",
"too": "too --cmd 'yarn dev' --cmd 'yarn fuseki'"
},
"dependencies": {
"deep-map": "^2.0.0",
"ejs": "^2.7.1",
"es6-weak-map": "^2.0.3",
"express": "^4.17.1",
"http-errors": "^1.7.3",
"http-proxy-middleware": "^0.20.0",
"http-status-codes": "^1.4.0",
"morgan": "^1.9.1",
"node-fetch": "^2.6.1",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"xml2js": "^0.4.22"
},
"devDependencies": {
"@types/express": "^4.17.2",
"@types/http-errors": "^1.6.2",
"@types/http-proxy-middleware": "^0.19.3",
"@types/morgan": "^1.7.37",
"@types/node": "^12.12.5",
"@types/node-fetch": "^2.5.3",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.3",
"@types/xml2js": "^0.4.5",
"@typescript-eslint/eslint-plugin": "^2.6.1",
"@typescript-eslint/parser": "^2.6.1",
"eslint": "^6.6.0",
"eslint-plugin-react": "^7.16.0",
"too": "^2.0.3",
"ts-node-dev": "^1.0.0-pre.44",
"typescript": "^3.7.2"
},
"engines": {
"node": "14.x",
"yarn": "1.x"
}
}