aboutsummaryrefslogtreecommitdiff
path: root/examples/react-fast-refresh-test/package.json
blob: 24b2082ee38e7e3f3dbf38f8889d05550465b685 (plain) (blame)
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": "simple-react",
  "version": "1.0.0",
  "license": "MIT",
  "dependencies": {
    "@emotion/css": "^11.1.3",
    "@vitejs/plugin-react-refresh": "^1.3.3",
    "antd": "^4.16.1",
    "left-pad": "^1.3.0",
    "next": "^11.0.0",
    "parcel": "2.0.0-beta.3",
    "react": "^17.0.2",
    "react-bootstrap": "^1.6.1",
    "react-dom": "^17.0.2",
    "react-form": "^4.0.1",
    "react-hook-form": "^7.8.3"
  },
  "parcel": "parceldist/index.js",
  "targets": {
    "parcel": {
      "outputFormat": "esmodule",
      "sourceMap": false,
      "optimize": false,
      "engines": {
        "chrome": "last 1 version"
      }
    }
  },
  "devDependencies": {
    "@snowpack/plugin-react-refresh": "^2.5.0",
    "typescript": "^4.3.4"
  }
}