aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: b0267441340a57f91cac15986ab81188ee20d91c (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
  "name": "juick",
  "version": "1.0.0",
  "private": true,
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "compile": "webpack --mode=production"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/juick/juick.git"
  },
  "license": "AGPL-3.0-or-later",
  "babel": {
    "presets": [
      [
        "@babel/preset-env",
        {
          "corejs": 3,
          "useBuiltIns": "usage"
        }
      ]
    ]
  },
  "devDependencies": {
    "@babel/core": "^7.12.10",
    "@babel/preset-env": "^7.12.11",
    "babel-loader": "^8.2.2",
    "core-js": "^3.8.2",
    "css-loader": "^5.0.1",
    "css-minimizer-webpack-plugin": "^1.2.0",
    "eslint": "7.17.0",
    "eslint-plugin-only-ascii": "0.0.0",
    "eslint-webpack-plugin": "^2.4.1",
    "file-loader": "^6.2.0",
    "mini-css-extract-plugin": "^1.3.4",
    "postcss-loader": "^4.1.0",
    "postcss-preset-env": "^6.7.0",
    "regenerator-runtime": "^0.13.7",
    "style-loader": "^2.0.0",
    "stylelint": "^13.8.0",
    "stylelint-config-standard": "^20.0.0",
    "url-loader": "^4.1.1",
    "webpack": "^5.14.0",
    "webpack-cli": "^4.3.1"
  },
  "dependencies": {
    "classlist.js": "^1.1.20150312",
    "element-closest": "3.0.2",
    "evil-icons": "^1.10.1",
    "formdata-polyfill": "^3.0.20",
    "svg4everybody": "^2.1.9",
    "url-polyfill": "^1.1.12",
    "whatwg-fetch": "^3.5.0"
  }
}