๐Ÿ“ฆ JamesGeorg / purescript-ui-fwrk

๐Ÿ“„ package.json ยท 29 lines
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{
  "name": "frwk",
  "version": "1.0.0",
  "description": "Sample code for how to build your own ui framework",
  "main": "index.js",
  "scripts": {
    "watch": "pulp -w build --to dist/pulp.js",
    "build": "pulp build --to dist/pulp.js && webpack --mode=development",
    "server": "webpack serve --mode=development"
  },
  "keywords": [
    "ui",
    "framework"
  ],
  "author": "George James",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.20.5",
    "@babel/preset-env": "^7.20.2",
    "ajv": "^7.2.4",
    "babel-loader": "^9.1.0",
    "pulp": "^15.0.0",
    "purescript": "^0.13.8",
    "webpack": "^5.75.0",
    "webpack-cli": "^5.0.0",
    "webpack-dev-server": "^4.11.1"
  }
}