Projekt

Obecné

Profil

Stáhnout (677 Bajtů) Statistiky
| Větev: | Revize:
1
{
2
  "name": "src",
3
  "version": "1.0.0",
4
  "main": "index.js",
5
  "license": "MIT",
6
  "author": "Jan Čarnogurský",
7
  "email": "cagy@students.zcu.cz",
8
  "dependencies": {
9
    "path": "^0.12.7",
10
    "react": "^16.13.1",
11
    "react-dom": "^16.13.1",
12
    "webpack": "^4.42.1",
13
    "webpack-dev-server": "^3.10.3"
14
  },
15
  "devDependencies": {
16
    "babel-core": "^6.26.3",
17
    "babel-loader": "7",
18
    "babel-preset-es2015": "^6.24.1",
19
    "babel-preset-react": "^6.24.1",
20
    "react-redux": "^7.1.1",
21
    "react-router-dom": "^5.1.2",
22
    "redux": "^4.0.4",
23
    "webpack-cli": "^3.3.11"
24
  },
25
  "scripts": {
26
    "start": "webpack --config webpack.config.js --mode=development"
27
  }
28
}
(2-2/5)