-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.35 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.35 KB
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
{
"name": "lizom_portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'",
"postinstall": "npm run build",
"start": "node server"
},
"dependencies": {
"body-parser": "^1.19.2",
"connect-history-api-fallback": "^1.6.0",
"contentful": "^9.1.13",
"core-js": "^3.21.1",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"gsap": "^3.9.1",
"mini-css-extract-plugin": "^2.6.0",
"nodemon": "^2.0.15",
"sass": "^1.49.9",
"serve-static": "^1.14.2",
"tiny-emitter": "^2.1.0",
"vue": "^3.2.31",
"vue-i18n": "^9.1.9",
"vue-meta": "^2.4.0",
"vue-router": "^4.0.14",
"vue-router-sitemap": "0.0.4"
},
"devDependencies": {
"@intlify/vue-i18n-loader": "^4.1.0",
"@vue/cli-plugin-babel": "~5.0.1",
"@vue/cli-plugin-eslint": "~5.0.1",
"@vue/cli-plugin-router": "~5.0.1",
"@vue/cli-service": "~5.0.1",
"@vue/compiler-sfc": "^3.0.0-beta.1",
"babel-eslint": "^10.1.0",
"eslint": "^8.10.0",
"eslint-plugin-vue": "^8.5.0",
"sass-loader": "^12.6.0",
"vue-cli-plugin-i18n": "~2.3.1",
"vue-cli-plugin-vue-next": "~0.1.4"
}
}