-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.44 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
{
"name": "menicka",
"version": "1.0.0",
"private": true,
"description": "",
"author": "",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build-server": "tsc --project tsconfig.server.json",
"lint": "vue-cli-service lint",
"postinstall": "npm run build && npm run build-server"
},
"main": "index.js",
"dependencies": {
"axios": "^0.21.4",
"cheerio": "^1.0.0-rc.10",
"core-js": "^3.8.3",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"iconv-lite": "^0.6.3",
"register-service-worker": "^1.7.2",
"vue": "^3.2.13",
"vue3-draggable": "^2.0.9"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-pwa": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/eslint-config-airbnb": "^6.0.0",
"@vue/eslint-config-typescript": "^9.1.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-vue": "^8.0.3",
"eslint-plugin-vuejs-accessibility": "^1.1.0",
"ts-node": "^10.7.0",
"typescript": "~4.5.5"
},
"_id": "[email protected]",
"keywords": [],
"license": "ISC",
"readme": "ERROR: No README data found!"
}