-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.26 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
52
53
{
"name": "cryptofair",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"lambda-serve": "netlify-lambda serve src/lambda"
},
"dependencies": {
"@tailwindcss/custom-forms": "^0.2.1",
"axios": "^0.21.0",
"axios-extensions": "^3.1.3",
"core-js": "^3.6.4",
"faunadb": "^4.0.0",
"form-data": "^3.0.0",
"fuse.js": "^6.4.5",
"node-sass": "^4.14.1",
"qs": "^6.9.6",
"sass-loader": "^8.0.2",
"tailwindcss": "^1.9.6",
"vue": "^2.6.11",
"vue-js-modal": "^2.0.0-rc.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.3.0",
"@vue/cli-plugin-eslint": "~4.3.0",
"@vue/cli-service": "~4.3.0",
"babel-eslint": "^10.1.0",
"encoding": "^0.1.13",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"node-fetch": "^2.6.0",
"postcss-import": "^12.0.1",
"vue-cli-plugin-netlify-lambda": "~0.1.1",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
}
}