-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 2.06 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
{
"name": "smart-seven",
"private": true,
"version": "0.0.0",
"scripts": {
"start": "vite --open",
"dev": "vite --host",
"lint": "eslint .",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview",
"test": "start-server-and-test firebase:emulator ':3000|:9099|http-get://localhost:8082' 'cypress run'",
"test:local": "start-server-and-test dev 'http-get://localhost:3000' firebase:emulator-nohost ':9099|http-get://localhost:8082' 'cypress open'",
"cypress:run": "cypress run",
"firebase:update-fixtures": "firebase emulators:export cypress/dump",
"cypress:open": "cypress open",
"firebase:emulator": "firebase emulators:start --import cypress/dump",
"firebase:emulator-nohost": "firebase emulators:start --only=firestore,auth --import cypress/dump"
},
"dependencies": {
"@headlessui/vue": "1.7.13",
"@heroicons/vue": "1.0.6",
"@tinymce/tinymce-vue": "5.1.0",
"@types/linkify-it": "3.0.2",
"@vueuse/core": "9.1.1",
"array-move": "4.0.0",
"firebase": "9.19.1",
"google-auth-library": "8.7.0",
"googleapis": "117.0.0",
"jspdf": "2.5.1",
"moment": "2.29.4",
"nanoid": "4.0.2",
"pinia": "2.0.34",
"vue": "3.2.47",
"vue-create-ripple": "0.3.1",
"vue-router": "4.1.6"
},
"eslintIgnore": [
"dist/**",
"node_modules/**"
],
"devDependencies": {
"@rollup/plugin-node-resolve": "13.3.0",
"@rushstack/eslint-patch": "1.2.0",
"@tailwindcss/typography": "0.5.9",
"@types/node": "16.18.23",
"@vitejs/plugin-vue": "2.3.4",
"@vue/eslint-config-prettier": "7.1.0",
"@vue/eslint-config-typescript": "11.0.1",
"autoprefixer": "10.4.14",
"cypress": "10.11.0",
"eslint": "8.38.0",
"eslint-plugin-cypress": "2.13.2",
"eslint-plugin-vue": "9.10.0",
"firebase-tools": "11.26.0",
"postcss": "8.4.21",
"prettier": "2.8.7",
"sass": "1.62.0",
"start-server-and-test": "2.0.0",
"tailwindcss": "3.3.1",
"typescript": "4.9.5",
"vite": "2.9.15",
"vite-plugin-pwa": "0.12.8",
"vue-tsc": "1.2.0"
}
}