forked from thebrownfox/LepsieSluzby.sk
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.35 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": "lepsie-sluzby",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "parcel build src/index.html --no-source-maps",
"script": "find . -name 'index.html' -exec sed -i -e 's/http:\\/\\/localhost:8000//g' {} \\; ",
"dev": "parcel src/index.html --port 3000"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.18.5",
"@babel/helpers": "^7.18.2",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"@babel/register": "^7.17.7",
"@babel/runtime": "^7.18.3",
"@vue/component-compiler-utils": "^3.3.0",
"babel-eslint": "^10.1.0",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^9.1.1",
"parcel-bundler": "^1.12.5",
"prettier": "2.7.1",
"sass": "^1.53.0",
"vue-template-compiler": "^2.6.14"
},
"dependencies": {
"axios": "^0.27.2",
"css": "^3.0.0",
"vue": "^2.6.14",
"vue-axios": "^3.4.1",
"vue-hot-reload-api": "^2.3.4",
"vue-recaptcha": "^2.0.2",
"vue-recaptcha-v3": "^1.9.0",
"vue-router": "^3.5.4"
},
"babel": {
"presets": [
"@babel/env"
],
"plugins": [
"@babel/plugin-transform-runtime"
]
}
}