« get me outta code hell

package.json - scratchblocks-generator-3 - scratchblocks generator for projects made in 3.0
about summary refs log tree commit diff
path: root/package.json
blob: f3f6c50228265e65621e259c935c52cd6a874fd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "scratchblocks-generator-3",
  "version": "0.0.1",
  "description": "scratchblocks generator for projects made in 3.0",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build-dev": "webpack --mode development",
    "build-prod": "webpack --mode production",
    "watch": "webpack -w --mode development"
  },
  "author": "Florrie <towerofnix@gmail.com>",
  "license": "GPL-3.0",
  "devDependencies": {
    "css-loader": "^3.4.0",
    "html-webpack-plugin": "^3.2.0",
    "mini-css-extract-plugin": "^0.9.0",
    "raw-loader": "^4.0.0",
    "webpack": "^4.41.4",
    "webpack-cli": "^3.3.10"
  }
}