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: cd1360979e1b74383acdf2d7fca2551b06cbb465 (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
{
    "name": "edidor",
    "version": "1.0.0",
    "description": "[中文](https://github.com/jacobsun/edidor/blob/master/README-zh.md)",
    "main": "index.js",
    "dependencies": {
        "d3-ease": "^1.0.5",
        "lodash.throttle": "^4.1.1"
    },
    "devDependencies": {
        "css-loader": "^2.1.1",
        "file-loader": "^3.0.1",
        "mini-css-extract-plugin": "^0.6.0",
        "node-sass": "^4.13.1",
        "optimize-css-assets-webpack-plugin": "^5.0.1",
        "postcss-loader": "^3.0.0",
        "postcss-preset-env": "^6.6.0",
        "rimraf": "^2.6.3",
        "sass-loader": "^7.1.0",
        "style-loader": "^0.23.1",
        "terser-webpack-plugin": "^1.2.4",
        "url-loader": "^1.1.2",
        "webpack": "^4.31.0",
        "webpack-cli": "^3.3.2",
        "webpack-dev-server": "^3.3.1"
    },
    "scripts": {
        "start": "NODE_ENV=development webpack --watch",
        "build": "rimraf static/images/* && NODE_ENV=production webpack --config webpack.config.js"
    },
    "author": "",
    "license": "ISC",
    "browserslist": [
        "last 2 version",
        "> 2%"
    ]
}