-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.44 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
{
"name": "scannieapp",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.6",
"@fortawesome/free-solid-svg-icons": "^5.4.1",
"@fortawesome/vue-fontawesome": "^0.1.1",
"autoprefixer": "^9.4.10",
"blockstack": "^18.3.0",
"blockstack-large-storage": "^0.0.6",
"browser-image-compression": "^0.0.3",
"exif-js": "^2.3.0",
"intersection-observer": "^0.5.1",
"moment": "^2.22.2",
"node-sass": "^4.11.0",
"orientation-exif-blob": "^1.0.4",
"pica": "^5.0.0",
"sass-loader": "^7.1.0",
"tailwindcss": "^0.7.4",
"uuid": "^3.3.2",
"vue": "^2.5.17",
"vue-js-modal": "^1.3.28",
"vue-loading-overlay": "^3.1.0",
"vue-notification": "^1.3.16",
"vue-observe-visibility": "^0.4.4",
"vue-plyr": "^5.1.3",
"vue-router": "^3.0.1",
"vue-scroll-reveal": "^1.0.11",
"vue-typer": "^1.2.0",
"vue2-smooth-scroll": "^1.0.5",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.1",
"@vue/cli-plugin-eslint": "^3.0.1",
"@vue/cli-service": "^3.0.1",
"@vue/eslint-config-airbnb": "^3.0.5",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-prettier": "^3.0.1",
"prettier": "^1.16.4",
"prettier-vue": "^1.1.2",
"vue-template-compiler": "^2.5.17"
}
}