forked from AdenForshaw/theCatAPI-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 955 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 955 Bytes
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": "thecatapi-website",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:e2e": "vue-cli-service test:e2e"
},
"dependencies": {
"@babel/polyfill": "^7.2.5",
"axios": "^0.18.0",
"vue": "^2.5.21",
"vue-analytics": "^5.16.1",
"vue-cli-plugin-s3-deploy": "^3.0.0",
"vue-gtm": "^2.0.0",
"vue-router": "^3.0.2",
"vuetify": "^1.4.1",
"vuex": "^3.0.1"
},
"devDependencies": {
"@cypress/webpack-preprocessor": "^3.0.0",
"@mdi/font": "^2.8.94",
"@vue/cli-plugin-babel": "^3.3.0",
"@vue/cli-plugin-e2e-cypress": "^3.3.0",
"@vue/cli-plugin-eslint": "^3.3.0",
"@vue/cli-service": "^3.3.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"vue-cli-plugin-vuetify": "^0.3.0",
"vue-template-compiler": "^2.5.21",
"vuetify-loader": "^1.1.1"
}
}