-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
85 lines (85 loc) · 2.86 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
{
"name": "umai",
"version": "0.1.6",
"private": true,
"repository": "github:noeldemartin/umai",
"scripts": {
"dev": "vite",
"dev:serve-pod": "cd solid-server && npx community-solid-server -c @css:config/file-no-setup.json -p 4000 -f ./data",
"build": "vite build",
"serve": "vite preview",
"deploy": "noeldemartin-deploy-app noeldemartin/umai umai.noeldemartin.com",
"lint": "noeldemartin-lint src cypress .storybook",
"test": "jest --verbose",
"test:serve-app": "vite --mode testing --port 5001",
"test:serve-pod": "cd solid-server && npx community-solid-server -p 4000 -l warn",
"test:coverage": "jest --coverage",
"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:5001 test:serve-pod http-get://localhost:4000 cy:run",
"storybook": "start-storybook -p 6006"
},
"dependencies": {
"@headlessui/vue": "^1.7.3",
"@inrupt/solid-client-authn-browser": "^1.11.6",
"@noeldemartin/solid-utils": "^0.3.0",
"@noeldemartin/utils": "^0.4.0",
"@sentry/browser": "^7.14.2",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.9",
"@types/jsoneditor": "^9.9.0",
"buffer": "^6.0.3",
"dompurify": "^2.3.4",
"idb": "^7.0.0",
"image-blob-reduce": "^4.1.0",
"jsoneditor": "^9.9.2",
"marked": "^4.0.12",
"soukai": "^0.5.1",
"soukai-solid": "^0.5.1",
"tailwindcss": "^3.1.4",
"vue": "^3.2.45",
"vue-i18n": "^9.2.2",
"vue-router": "^4.0.5",
"vuex": "^4.0.0"
},
"devDependencies": {
"@babel/preset-env": "^7.13.10",
"@iconify/json": "^2.1.71",
"@intlify/vite-plugin-vue-i18n": "^5.0.1",
"@noeldemartin/eslint-config-vue": "^0.1.1",
"@noeldemartin/scripts": "^0.1.2",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/builder-vite": "^0.2.2",
"@storybook/vue3": "^6.4.22",
"@total-typescript/ts-reset": "^0.3.7",
"@types/dompurify": "^2.3.2",
"@types/jest": "^26.0.20",
"@types/marked": "^4.0.1",
"@types/node-fetch": "^2.5.10",
"@vitejs/plugin-vue": "^3.0.1",
"@vue/compiler-sfc": "^3.0.5",
"autoprefixer": "^10.4.0",
"concurrently": "^7.2.1",
"cypress": "^9.5.0",
"cypress-fill-command": "^1.0.2",
"cypress-plugin-tab": "^1.0.5",
"eslint": "^7.21.0",
"eslint-plugin-vue": "^7.7.0",
"jest": "^26.6.3",
"node-fetch": "^2.6.1",
"postcss": "^8.4.4",
"postcss-pseudo-classes": "^0.2.1",
"start-server-and-test": "^1.12.3",
"ts-jest": "^26.5.3",
"typescript": "~4.5.0",
"unplugin-icons": "^0.14.8",
"unplugin-vue-components": "^0.21.2",
"vite": "^3.2.5",
"vite-plugin-pwa": "^0.12.3",
"vue-tsc": "^0.28.6"
},
"engines": {
"node": ">=14.x"
}
}