-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.35 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
{
"name": "KNSR",
"version": "1.0.0",
"description": "KNSR - Your leading growth experts.",
"author": "KNSR LLC",
"private": false,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"test": "jest",
"generate": "nuxt generate"
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"@nuxtjs/axios": "^5.4.1",
"@nuxtjs/google-gtag": "^1.0.4",
"axios": "^0.24.0",
"cross-env": "^5.2.0",
"nuxt": "^2.6.3",
"nuxt-fontawesome": "^0.4.0",
"vuetify": "^1.2.4"
},
"devDependencies": {
"@vue/test-utils": "^1.0.0-beta.29",
"babel-core": "^6.26.3",
"babel-jest": "^27.3.1",
"babel-preset-env": "^1.7.0",
"jest": "^27.3.1",
"jest-serializer-vue": "^2.0.2",
"nodemon": "^2.0.14",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-jest": "^3.0.4",
"vue-particles": "^1.0.9"
},
"jest": {
"moduleFileExtensions": [
"js",
"vue"
],
"modulePaths": [
"<rootDir>",
"<rootDir>/node_modules"
],
"transform": {
"^.+\\.js$": "<rootDir>/node_modules/babel-jest",
".*\\.(vue)$": "vue-jest"
},
"snapshotSerializers": [
"<rootDir>/node_modules/jest-serializer-vue"
],
"moduleNameMapper": {
"^@/(.*)$": "<rootDir>/$1",
"^~/(.*)$": "<rootDir>/$1"
}
}
}