forked from sciety/sciety
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
116 lines (116 loc) · 3.99 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"private": true,
"engines": {
"node": "14"
},
"dependencies": {
"@godaddy/terminus": "^4.7.1",
"@koa/router": "^10.0.0",
"@rdfjs/data-model": "^1.2.0",
"@rdfjs/fetch-lite": "^2.1.0",
"@rdfjs/parser-jsonld": "^1.2.1",
"@rdfjs/parser-n3": "^1.1.4",
"@rdfjs/sink-map": "^1.0.1",
"@tpluscode/rdf-ns-builders": "^0.1.0",
"axios": "^0.21.1",
"axios-retry": "^3.1.9",
"clownface": "^1.2.0",
"cls-rtracer": "^2.6.0",
"csv-parse": "^4.15.4",
"escape-goat": "^3.0.0",
"fp-ts": "^2.10.4",
"googleapis": "^71.0.0",
"http-status-codes": "^2.1.4",
"io-ts": "^2.2.16",
"io-ts-types": "^0.5.16",
"is-what": "^3.14.1",
"jsdom": "^16.5.3",
"koa": "^2.13.1",
"koa-bodyparser": "^4.3.0",
"koa-passport": "^4.1.4",
"koa-send": "^5.0.1",
"koa-session": "^6.2.0",
"monocle-ts": "^2.3.9",
"newtype-ts": "^0.3.4",
"parse-link-header": "^1.0.1",
"passport-twitter": "^1.0.4",
"pg": "^8.6.0",
"rdf-dataset-indexed": "^0.4.0",
"remarkable": "^2.0.1",
"sanitize-html": "^2.3.3",
"serialize-error": "^8.0.1",
"striptags": "^3.1.1",
"text-clipper": "^2.1.0",
"uuid": "^8.3.2",
"xmldom": "^0.5.0"
},
"devDependencies": {
"@types/clownface": "^1.2.0",
"@types/jest": "^26.0.22",
"@types/jsdom": "^16.2.10",
"@types/koa": "^2.13.1",
"@types/koa-bodyparser": "^4.3.0",
"@types/koa-passport": "^4.0.2",
"@types/koa-send": "^4.1.2",
"@types/koa-session": "^5.10.2",
"@types/koa__router": "^8.0.4",
"@types/node": "^14.14.37",
"@types/parse-link-header": "^1.0.0",
"@types/passport-twitter": "^1.0.36",
"@types/pg": "^7.14.11",
"@types/rdf-dataset-indexed": "^0.4.5",
"@types/rdf-js": "^4.0.1",
"@types/rdfjs__fetch-lite": "^2.0.2",
"@types/rdfjs__parser-jsonld": "^1.2.3",
"@types/rdfjs__parser-n3": "^1.1.3",
"@types/rdfjs__sink-map": "^1.0.1",
"@types/sanitize-html": "^2.3.1",
"@types/supertest": "^2.0.11",
"@types/uuid": "^8.3.0",
"@types/xmldom": "^0.1.30",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"backstopjs": "^5.1.0",
"dotenv": "^8.2.0",
"eslint": "^7.24.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-fp-ts": "^0.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.3.5",
"eslint-plugin-jest-formatting": "^2.0.1",
"eslint-plugin-no-loops": "^0.3.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-unused-imports": "^1.1.1",
"jest": "^26.6.3",
"jest-circus": "^26.6.3",
"jest-vim-reporter": "0.0.1",
"npm-run-all": "^4.1.5",
"sass": "^1.32.11",
"stylelint": "^13.12.0",
"stylelint-config-sass-guidelines": "^8.0.0",
"supertest": "^6.1.3",
"taiko": "^1.2.3",
"ts-jest": "^26.5.5",
"ts-node-dev": "^1.1.6",
"ts-unused-exports": "^7.0.3",
"typescript": "^4.2.4"
},
"scripts": {
"build": "run-p --aggregate-output --continue-on-error --print-label --silent build:**",
"build:css": "sass --no-source-map src/sass:static",
"build:js": "tsc",
"lint": "run-p --aggregate-output --continue-on-error --print-label --silent lint:**",
"lint:eslint": "eslint ${ESLINT:-} . --ext .js,.ts --cache --cache-location .eslint/ --color",
"lint:stylelint": "stylelint ${STYLELINT:-} \"src/sass/**/*.scss\" --cache --cache-location .stylelint/",
"lint:typescript:dev": "tsc --noEmit --project tsconfig.dev.json",
"lint:typescript:prod": "tsc --noEmit",
"lint:unused-exports": "ts-unused-exports tsconfig.dev.json --silent --ignoreTestFiles",
"start": "node ./build/index.js",
"start:dev:sass": "sass --watch --embed-sources src/sass:static",
"start:dev:ts": "ts-node-dev --project tsconfig.dev.json --transpile-only --watch data ./src/index.ts",
"start:dev": "run-p --print-label start:dev:**",
"test": "jest --colors",
"test:coverage": "jest --colors --coverage"
}
}