Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/jacobsun/edidor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d87fa8d6e2985cc52ef6987bb3c25c95abd3024a (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
{
  "name": "edidor",
  "version": "1.1.0",
  "description": "[中文](https://github.com/sfengyuan/edidor/blob/master/README-zh.md)",
  "main": "index.js",
  "dependencies": {
    "d3-ease": "^1.0.5",
    "lodash.throttle": "^4.1.1"
  },
  "devDependencies": {
    "autoprefixer": "^10.2.5",
    "cross-env": "^7.0.3",
    "css-loader": "^5.1.3",
    "css-minimizer-webpack-plugin": "^1.3.0",
    "eslint": "^7.22.0",
    "eslint-config-standard": "^16.0.2",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.3.1",
    "file-loader": "^6.2.0",
    "less": "^4.1.1",
    "less-loader": "^8.0.0",
    "mini-css-extract-plugin": "^1.3.9",
    "postcss-loader": "^5.2.0",
    "postcss-preset-env": "^6.7.0",
    "rimraf": "^3.0.2",
    "style-loader": "^0.23.1",
    "url-loader": "^4.1.1",
    "webpack": "^5.26.0",
    "webpack-cli": "^4.5.0"
  },
  "scripts": {
    "start": "cross-env NODE_ENV=development webpack --watch",
    "build": "rimraf static/images/* && cross-env NODE_ENV=production webpack --config webpack.config.js"
  },
  "author": "",
  "license": "ISC",
  "browserslist": [
    "last 2 version",
    "> 2%"
  ]
}