summaryrefslogtreecommitdiff
path: root/package.json
blob: b520baa79f5b1bd219e613f27c2ed786d2da1d3b (plain) (blame)
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
{
  "name": "themanaworld-website",
  "version": "5.0.0",
  "engines": {
    "node": ">=11.7.0"
  },
  "private": true,
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build --modern",
    "build:dev": "vue-cli-service build --mode development",
    "test:unit": "vue-cli-service test:unit",
    "test:accessibility": "npm run webhint",
    "webhint": "npx hint -c ./.hintrc http://127.0.0.1:8080/"
  },
  "dependencies": {
    "normalize.css": "^8.0.1",
    "vue": "^2.6.12",
    "vue-class-component": "^7.0.2",
    "vue-property-decorator": "^8.1.0",
    "vue-router": "^3.1.2",
    "vue-script2": "^2.1.0"
  },
  "devDependencies": {
    "@gfx/zopfli": "^1.0.14",
    "@hint/configuration-web-recommended": "^8.0.7",
    "@types/chai": "^4.2.0",
    "@types/mocha": "^5.2.4",
    "@vue/cli-plugin-typescript": "^4.5.6",
    "@vue/cli-plugin-unit-mocha": "^4.5.6",
    "@vue/cli-service": "^4.5.6",
    "@vue/test-utils": "1.0.0-beta.29",
    "chai": "^4.1.2",
    "compression-webpack-plugin": "^6.0.2",
    "hint": "^6.1.0",
    "postcss-preset-env": "^6.7.0",
    "typescript": "^3.5.3",
    "vue-template-compiler": "^2.6.12"
  }
}