forked from threefoldtech/freeflow_twin_main
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 2.06 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 2.06 KB
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
{
"name": "Chatty",
"version": "0.0.1",
"scripts": {
"serve": "vite serve",
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"@giphy/js-fetch-api": "^2.1.0",
"@headlessui/vue": "^1.4.0",
"@heroicons/vue": "^1.0.3",
"@jimber/shared-components": "^1.0.4",
"@tailwindcss/aspect-ratio": "^0.2.1",
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/typography": "^0.4.1",
"@threefoldjimber/threefold_login": "^1.4.0",
"@vue/cli": "^4.5.13",
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-router": "~4.5.13",
"@vue/cli-plugin-typescript": "~4.5.13",
"@vue/cli-service": "~4.5.13",
"@vue/compiler-sfc": "^3.2.2",
"autoprefixer": "^9.8.6",
"axios": "^0.21.1",
"babel-loader": "^8.2.2",
"core-js": "^3.6.5",
"crypto-js": "^4.0.0",
"js-file-download": "^0.4.12",
"lodash": "^4.17.21",
"markdown-it": "^12.0.4",
"moment": "^2.29.1",
"moment-js": "^1.1.15",
"postcss": "^7.0.35",
"regenerator-runtime": "^0.13.9",
"scriptjs": "^2.5.9",
"socket.io-client": "^4.1.3",
"socketio-file-upload": "^0.7.3",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.7",
"tailwindcss-debug-screens": "^2.1.0",
"tailwindcss-hero-patterns": "^0.0.1",
"typescript": "^4.3.5",
"unicode-emoji-picker": "^1.1.1",
"universal-cookie": "^4.0.4",
"vue": "^3.2.2",
"vue-cropperjs": "^5.0.0",
"vue-router": "^4.0.11",
"vue-socket.io": "^3.0.10"
},
"devDependencies": {
"@types/crypto-js": "^4.0.1",
"@types/dom-mediacapture-record": "^1.0.7",
"@types/lodash": "^4.14.168",
"@types/markdown-it": "^12.0.1",
"@types/scriptjs": "^0.0.2",
"@vitejs/plugin-vue": "^1.4.0",
"@vue/compiler-sfc": "^3.2.2",
"prettier": "^2.3.2",
"vite": "^2.5.0"
}
}