-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
78 lines (78 loc) · 2.5 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
{
"name": "media-kraken",
"version": "0.1.21",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"docs:build": "scripts/compile-docs.sh",
"lint": "vue-cli-service lint && tsc --noEmit",
"diagnostics": "vti diagnostics",
"deploy": "scripts/deploy.sh",
"test": "jest",
"test:serve-app": "NODE_ENV=testing vue-cli-service serve",
"test:serve-pod": "community-solid-server -p 4000 -l warn",
"cy:open": "cypress open",
"cy:run": "cypress run",
"cy:dev": "concurrently --kill-others \"npm run test:serve-app\" \"npm run test:serve-pod\" \"npm run cy:open\"",
"cy:test": "start-server-and-test test:serve-app http-get://localhost:8080 test:serve-pod http-get://localhost:4000 cy:run"
},
"dependencies": {
"@inrupt/solid-client-authn-browser": "^1.11.2",
"@noeldemartin/solid-utils": "^0.2.0",
"@noeldemartin/utils": "^0.2.1",
"@sentry/browser": "^5.20.0",
"@types/n3": "^1.1.6",
"@types/rdf-js": "^3.0.0",
"csv-parse": "^4.14.0",
"idb": "^5.0.4",
"n3": "^1.3.7",
"register-service-worker": "^1.6.2",
"solid-auth-client": "^2.4.1",
"soukai": "^0.4.1",
"soukai-solid": "^0.4.2",
"tailwindcss": "^1.2.0",
"vue": "^2.6.10",
"vue-router": "^3.1.5",
"vuex": "^3.1.2"
},
"devDependencies": {
"@cypress/webpack-preprocessor": "^5.1.1",
"@fullhuman/postcss-purgecss": "^2.0.5",
"@solid/community-server": "^4.0.1",
"@types/faker": "^4.1.11",
"@types/jest": "^25.2.1",
"@types/marked": "^0.7.3",
"@types/webpack-env": "^1.15.0",
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^2.18.0",
"@vue/cli-plugin-babel": "~4.2.3",
"@vue/cli-plugin-eslint": "~4.2.3",
"@vue/cli-plugin-pwa": "~4.2.3",
"@vue/cli-plugin-typescript": "^4.3.0",
"@vue/cli-service": "~4.2.3",
"@vue/eslint-config-typescript": "^5.0.1",
"concurrently": "^7.2.2",
"cypress": "^8.3.1",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.1.2",
"faker": "^4.1.0",
"jest": "^25.3.0",
"marked": "^0.8.2",
"node-sass": "^4.14.1",
"nodemon": "^2.0.2",
"raw-loader": "^4.0.0",
"sass-loader": "^8.0.2",
"start-server-and-test": "^1.14.0",
"ts-jest": "^25.3.1",
"typescript": "^3.9.10",
"vti": "0.0.17",
"vue-svg-loader": "^0.15.0",
"vue-template-compiler": "^2.6.10",
"vue-typed-mixins": "^0.2.0",
"worker-plugin": "^4.0.2"
},
"engines": {
"node": ">=14.15.0 <15"
}
}