-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.37 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
{
"name": "thxmsgs",
"version": "1.0.0",
"description": "Let's express our gratitude!",
"author": "theMistletoe",
"private": true,
"scripts": {
"dev": "nuxt-ts",
"build": "nuxt-ts build",
"deploy": "firebase deploy",
"start": "nuxt-ts start",
"generate": "nuxt-ts generate",
"test": "jest",
"prepare": "yarn run snyk-protect",
"snyk-protect": "snyk-protect"
},
"jest": {
"moduleFileExtensions": [
"js",
"ts",
"json",
"vue"
],
"transform": {
".*\\.(vue)$": "vue-jest",
"^.+\\.js$": "<rootDir>/node_modules/babel-jest",
"^.+\\.tsx?$": "ts-jest"
},
"transformIgnorePatterns": [
"/node_modules/(?!@babel/runtime-corejs2)"
]
},
"dependencies": {
"@nuxt/typescript-runtime": "^0.4.8",
"@nuxtjs/dotenv": "^1.4.2",
"@types/jest": "^25.2.3",
"@vue/composition-api": "^0.6.7",
"dom-to-image": "^2.6.0",
"firebase": "^8.10.1",
"nuxt": "^3.0.0",
"nuxt-clipboard2": "^0.2.1",
"shortid": "^2.2.16",
"@snyk/protect": "latest"
},
"devDependencies": {
"@babel/runtime-corejs3": "^7.9.6",
"@nuxt/typescript-build": "^1.0.1",
"@types/shortid": "^0.0.29",
"@vue/test-utils": "^1.0.0-beta.27",
"babel-jest": "^24.1.0",
"core-js": "3",
"jest": "^24.1.0",
"ts-jest": "^25.0.0",
"vue-jest": "^4.0.0-0"
},
"snyk": true
}