-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
48 lines (48 loc) · 1.24 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
{
"name": "digital-communications-demo",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint --ext .vue,ts --fix src"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.6.0",
"@fortawesome/free-brands-svg-icons": "6.6.0",
"@fortawesome/free-regular-svg-icons": "6.6.0",
"@fortawesome/free-solid-svg-icons": "6.6.0",
"@fortawesome/vue-fontawesome": "3.0.8",
"Complex": "3.0.0",
"fft.js": "4.0.4",
"katex": "0.16.11",
"p5": "1.9.4",
"vuex": "4.1.0",
"window-function": "2.1.0"
},
"devDependencies": {
"@types/katex": "0.16.7",
"@types/node": "20.14.12",
"@types/p5": "1.7.6",
"@vitejs/plugin-vue": "5.1.0",
"@vue/compiler-sfc": "3.4.34",
"@vue/eslint-config-typescript": "13.0.0",
"eslint": "8.57.0",
"eslint-plugin-vue": "9.27.0",
"eslint-plugin-vuejs-accessibility": "2.4.1",
"postcss-import": "16.1.0",
"rollup-plugin-visualizer": "5.12.0",
"tailwindcss": "3.4.7",
"typescript": "5.5.4",
"vite": "5.3.5",
"vue": "3.4.34",
"vue-router": "4.4.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}