about summary refs log tree commit diff
path: root/package.json
blob: ca0872e84469b4d6c38056934abb5e4d6cdd3d0b (plain)
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
{
  "name": "Puszcza",
  "version": "1.0.0",
  "description": "Strona 19 PDH Puszcza",
  "author": "Patryk Niedźwiedziński",
  "private": true,
  "scripts": {
    "dev": "nuxt",
    "prebuild": "./scripts/prebuild.sh",
    "build": "nuxt generate",
    "start": "nuxt start",
    "test": "jest",
    "storybook": "start-storybook -p 6006 -s static",
    "build-storybook": "build-storybook"
  },
  "dependencies": {
    "@nuxtjs/axios": "^5.12.5",
    "@nuxtjs/pwa": "^3.3.4",
    "axios": "^0.19.0",
    "esm": "^3.2.25",
    "front-matter": "^3.2.1",
    "jsdom": "^15.1.1",
    "kronikarz": "^1.1.0",
    "markdown-it": "^10.0.0",
    "nuxt": "^2.14.12",
    "raw-loader": "^3.1.0",
    "tough-cookie": "^3.0.1"
  },
  "devDependencies": {
    "@babel/core": "^7.12.10",
    "@storybook/addon-actions": "^5.3.21",
    "@storybook/addon-links": "^5.3.21",
    "@storybook/addon-storyshots": "^5.3.21",
    "@storybook/addons": "^5.3.21",
    "@storybook/vue": "^5.3.21",
    "@vue/test-utils": "^1.1.2",
    "babel-jest": "^24.1.0",
    "babel-loader": "^8.2.2",
    "babel-plugin-require-context-hook": "^1.0.0",
    "babel-preset-vue": "^2.0.2",
    "coveralls": "^3.1.0",
    "css-loader": "^3.6.0",
    "eslint-config-prettier": "^4.1.0",
    "eslint-plugin-prettier": "^3.3.1",
    "jest": "^24.1.0",
    "jest-serializer-vue": "^2.0.2",
    "jest-vue-preprocessor": "^1.7.1",
    "node-sass": "^4.14.1",
    "prettier": "^1.16.4",
    "sass-loader": "^8.0.2",
    "vue-jest": "^4.0.0-rc.1",
    "vue-style-loader": "^4.1.2"
  },
  "jest": {
    "moduleFileExtensions": [
      "js",
      "json",
      "vue"
    ],
    "transform": {
      ".*\\.(vue)$": "vue-jest"
    },
    "moduleNameMapper": {
      "^@/(.*)$": "<rootDir>/src/$1"
    },
    "snapshotSerializers": [
      "jest-serializer-vue"
    ]
  }
}