-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.01 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.01 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "canmore-brewing",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"data": "node src/scripts/getJSONStoreData.js"
},
"dependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.12.9",
"@babel/node": "^7.16.8",
"@babel/polyfill": "^7.10.4",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^6.1.0",
"@fortawesome/free-solid-svg-icons": "^6.1.0",
"@fortawesome/vue-fontawesome": "^2.0.6",
"@tailwindcss/typography": "^0.2.0",
"dedent": "^0.7.0",
"marked": "^4.0.12",
"moment": "^2.29.1",
"plyr": "^3.6.2",
"postcss-preset-env": "^6.7.0",
"register-service-worker": "^1.7.1",
"sanitize-html": "^2.3.2",
"tailwindcss": "^1.9.6",
"vue": "^2.6.12",
"vue-instagram": "^3.0.0",
"vue-meta": "^2.4.0",
"vue-plyr": "^6.0.4",
"vue-router": "^3.5.3",
"vue-scrollto": "^2.20.0",
"vue2-google-maps": "^0.10.7",
"vuex": "^3.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.4.1",
"@vue/cli-plugin-eslint": "^4.5.11",
"@vue/cli-plugin-pwa": "^4.5.11",
"@vue/cli-plugin-unit-jest": "^4.5.16",
"@vue/cli-service": "^4.4.6",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/test-utils": "^1.1.3",
"babel-core": "^6.26.3",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.5.1",
"core-js": "^3.9.1",
"csv-parse": "^4.16.0",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^7.15.0",
"lint-staged": "^12.3.7",
"r2": "^2.0.1",
"vue-template-compiler": "^2.6.12"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}