-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 945 Bytes
/
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
{
"name": "epg",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "node --experimental-vm-modules --trace-warnings node_modules/jest/bin/jest.js",
"test_go": "yarn dev & go run main.go"
},
"dependencies": {
"iptv-playlist-parser": "^0.6.0",
"mitt": "^2.1.0",
"primeflex": "^2.0.0",
"primeicons": "^4.0.0",
"primevue": "^3.3.5",
"vue": "^3.0.10",
"vue-router": "^4.0.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.2.1",
"@vue/compiler-sfc": "^3.0.10",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.24.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-unicorn": "^29.0.0",
"eslint-plugin-vue": "^7.9.0",
"jest": "^26.6.3",
"node-fetch": "^2.6.1",
"prettier": "^2.2.1",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"vite": "^2.1.5"
}
}