-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.13 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
{
"name": "link",
"version": "1.0.0",
"description": "Zelcore link - Connect dApp to zelcore",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo 'No tests have been implemented' && exit 1",
"lint": "eslint src/",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"author": "Tadeas Kmenta",
"license": "MIT",
"dependencies": {
"apicache": "^1.6.2",
"axios": "^0.21.1",
"config": "^3.3.6",
"cors": "^2.8.5",
"express": "^4.17.1",
"mongodb": "^3.6.6",
"morgan": "^1.10.0",
"nodemon": "^2.0.7",
"qs": "^6.10.1",
"vue": "^2.6.12"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-html": "^6.1.2",
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"eslint-plugin-vue": "^7.9.0",
"vue-template-compiler": "^2.6.12"
}
}