aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 9918b341a6d944c764697de3a15fb57c614f4703 (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
{
  "name": "puppet-classifier",
  "version": "0.1",
  "private": true,
  "dependencies": {
    "package.json": "^2.0.1",
    "react": "^17.0.2"
  },
  "babel": {
    "presets": [
      "@babel/preset-env",
      "@babel/preset-react"
    ],
    "plugins": []
  },
  "scripts": {
    "build": "browserify --debug -t babelify pyenc/static/js-source/script.js -o pyenc/static/js/script.js",
    "watch": "watchify --debug -t babelify pyenc/static/js-source/script.js -o pyenc/static/js/script.js"
  },
  "devDependencies": {
    "@babel/core": "^7.16.7",
    "@babel/preset-env": "^7.16.7",
    "@babel/preset-react": "^7.16.7",
    "babel-cli": "^6.26.0",
    "babel-loader": "^8.0.4",
    "babel-preset-react": "^6.24.1",
    "babel-preset-react-app": "^3.1.2",
    "babelify": "^10.0.0",
    "browserify": "^17.0.0",
    "react-dom": "^17.0.2",
    "watchify": "^4.0.0"
  }
}