-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.34 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.9.6",
"@babel/helpers": "^7.9.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/register": "^7.9.0",
"@babel/runtime": "^7.9.6",
"@vue/component-compiler-utils": "^3.1.2",
"babel-eslint": "^10.1.0",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^6.2.2",
"parcel-bundler": "^1.12.4",
"prettier": "2.0.5",
"sass": "^1.26.5",
"vue-template-compiler": "^2.6.11"
},
"dependencies": {
"axios": "^0.19.2",
"css": "^2.2.4",
"vue": "^2.6.11",
"vue-axios": "^2.1.5",
"vue-hot-reload-api": "^2.3.4",
"vue-recaptcha": "^1.3.0",
"vue-recaptcha-v3": "^1.9.0",
"vue-router": "^3.1.6"
},
"babel": {
"presets": [
"@babel/env"
],
"plugins": [
"@babel/plugin-transform-runtime"
]
}
}