-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
35 lines (35 loc) · 987 Bytes
/
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
{
"name": "odcrawler-frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"postbuild": "cd dist/netlify-functions && npm i"
},
"dependencies": {
"core-js": "^3.6.5",
"vue": "^2.6.11",
"vue-headful": "^2.1.0",
"vue-infinite-scroll": "^2.0.2",
"vue-observe-visibility": "^0.4.6",
"vue-router": "^3.4.3",
"vue-text-highlight": "^2.0.10",
"vuex": "^3.5.1"
},
"devDependencies": {
"@tailwindcss/postcss7-compat": "^2.1.4",
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"autoprefixer": "^9.8.6",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"postcss": "^7.0.36",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.1.4",
"vue-template-compiler": "^2.6.11"
},
"license": "GPL-3.0"
}