-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.85 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
{
"name": "nendo-web",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"devcontainer": "vite --host",
"build": "NODE_ENV=production vite build",
"buildTest": "NODE_ENV=staging vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"format": "prettier --write ."
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-regular-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@uppy/core": "^3.9.2",
"@uppy/dashboard": "^3.7.4",
"@uppy/file-input": "^3.0.4",
"@uppy/vue": "^1.1.2",
"@uppy/xhr-upload": "^3.6.3",
"@vue-flow/background": "^1.2.0",
"@vue-flow/controls": "^1.1.0",
"@vue-flow/core": "^1.21.1",
"@vue-flow/minimap": "^1.1.1",
"cssnano": "^6.0.1",
"d3": "^7.8.5",
"date-fns": "^2.30.0",
"file-saver": "^2.0.5",
"howler": "^2.2.4",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"pinia": "^2.0.30",
"uuid": "^9.0.0",
"vue": "^3.2.45",
"vue-router": "^4.1.6",
"vue-toast-notification": "^3.1.1",
"vue-upload-component": "^3.1.8",
"vuedraggable": "^4.1.0",
"wavesurfer.js": "^6.4.0"
},
"devDependencies": {
"@types/d3": "^7.4.0",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-vue": "^9.14.1",
"postcss": "^8.4.21",
"prettier": "^2.8.8",
"tailwindcss": "^3.2.4",
"vite": "^4.0.0",
"vite-plugin-eslint": "^1.8.1"
}
}