forked from kochrt/qr-designer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.4 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "qr-designer",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt-ts",
"build:dev": "nuxt-ts build",
"build:staging": "API_PATH=https://apistaging.qr.new nuxt-ts build",
"build:prod": "API_PATH=https://api.qr.new nuxt-ts build",
"start": "nuxt-ts start",
"start:dev": "nuxt-ts start",
"generate": "nuxt-ts generate",
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@nuxt/content": "^1.13.1",
"@nuxt/typescript-runtime": "^2.0.1",
"@nuxtjs/axios": "^5.12.5",
"@nuxtjs/firebase": "^7.4.1",
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/typography": "^0.4.1",
"@types/chart.js": "^2.9.32",
"@zxing/library": "^0.18.6",
"async-validator": "^1.11.5",
"chart.js": "^3.1.0",
"codemirror": "^5.59.2",
"core-js": "^3.8.2",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"firebase": "^8.2.3",
"firebaseui": "^4.7.1",
"font-picker": "^2.2.1",
"konva": "^8.1.3",
"lru-cache": "^6.0.0",
"nuxt": "^2.14.12",
"nuxt-element-ui": "^1.0.10",
"patternomaly": "^1.3.2",
"prism-themes": "^1.7.0",
"tailwindcss": "^2.2.4",
"throttle-debounce": "^3.0.1",
"timeago.js": "^4.0.2",
"tinycolor2": "^1.4.2",
"twemoji-parser": "^13.1.0",
"uuid": "^8.3.2",
"v-lazy-image": "^2.0.1",
"vue-codemirror": "^4.0.6",
"vue-color": "^2.8.1",
"vue-konva": "^2.1.7",
"vue-resize": "^1.0.1",
"vue-smooth-reflow": "^0.1.12",
"wasm-loader": "^1.3.0",
"zbar.wasm": "^2.0.3"
},
"devDependencies": {
"@nuxt/types": "^2.14.12",
"@nuxt/typescript-build": "^2.0.4",
"@nuxtjs/eslint-config-typescript": "^5.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/tailwindcss": "^4.2.1",
"@playwright/test": "^1.13.0",
"@types/lru-cache": "^5.1.1",
"@types/prismjs": "^1.16.6",
"@types/throttle-debounce": "^2.1.0",
"@types/tinycolor2": "^1.4.3",
"@types/twemoji-parser": "^13.1.1",
"@types/uuid": "^8.3.0",
"@types/vue-color": "^2.4.3",
"autoprefixer": "^10.3.1",
"babel-eslint": "^10.1.0",
"eslint": "^7.18.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-vue": "^7.4.1",
"playwright": "^1.13.0",
"postcss": "^8.3.5",
"push-dir": "^0.4.1",
"sass": "^1.32.7",
"sass-loader": "^10.1.1",
"webpack": "^4.46.0"
}
}