aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 79d7826a85af982246ff59cadbe31c95cef68942 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "js-raytracer",
  "version": "1.0.0",
  "description": "",
  "scripts": {
    "lint": "gts lint",
    "fix": "gts fix",
    "buildDev": "webpack --mode development",
    "build": "webpack --mode production"
  },
  "author": "James Barnett",
  "license": "GPL-3.0",
  "devDependencies": {
    "typescript": "4.4.4",
    "gts": "^3.1.0",
    "@types/node": "^14.11.2",
    "ts-loader": "9.2.6",
    "webpack": "5.65.0",
    "webpack-cli": "4.9.1",
    "copy-webpack-plugin": "10.2.0"
  }
}