aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/package.json
blob: ac9bfb5b40da01f9e77cd34b95b433144392bc47 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
  "private": true,
  "version": "0.1.0",
  "workspaces": [
    "framework",
    "apps/*"
  ],
  "scripts": {
    "init": "lerna bootstrap --hoist",
    "build": "lerna build",
    "test": "jest --no-cache --coverage --config jest.json"
  },
  "dependencies": {
    "@emotion/react": "^11.7.0",
    "@emotion/styled": "^11.6.0",
    "@fortawesome/fontawesome-svg-core": "1.2.35",
    "@fortawesome/free-solid-svg-icons": "5.6.3",
    "@fortawesome/react-fontawesome": "0.1.14",
    "@mui/icons-material": "^5.2.0",
    "@mui/lab": "^5.0.0-alpha.58",
    "@mui/material": "^5.2.2",
    "@mui/styles": "^5.2.2",
    "@types/classnames": "2.2.6",
    "@types/flux": "3.1.8",
    "@types/glob-to-regexp": "0.4.0",
    "@types/jquery": "3.3.10",
    "@types/jsonwebtoken": "7.2.8",
    "@types/node": "^12.0.0",
    "@types/react": "17.0.37",
    "@types/react-dom": "17.0.11",
    "@types/react-router-dom": "5.1.7",
    "@types/react-transition-group": "2.0.15",
    "classnames": "2.2.6",
    "csstype": "2.6.8",
    "jquery": "3.3.1",
    "jsonwebtoken": "8.3.0",
    "jss": "10.0.3",
    "lerna": "3.22.1",
    "material-ui-confirm": "3.0.2",
    "notistack": "2.0.3",
    "prop-types": "15.7.2",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "react-router-dom": "5.2.0",
    "react-split-pane": "0.1.92",
    "react-transition-group": "4.3.0"
  },
  "devDependencies": {
    "@babel/core": "7.1.0",
    "@babel/polyfill": "7.0.0",
    "@babel/preset-env": "7.1.0",
    "@babel/preset-react": "7.0.0",
    "@octokit/core": "3.0.0",
    "@types/jest": "23.3.12",
    "@typescript-eslint/eslint-plugin": "5.42.0",
    "@typescript-eslint/parser": "5.42.0",
    "autoprefixer": "9.1.5",
    "babel-loader": "8.0.4",
    "copy-webpack-plugin": "4.5.2",
    "css-loader": "1.0.0",
    "eslint": "8.26.0",
    "eslint-config-airbnb": "19.0.4",
    "eslint-config-airbnb-typescript": "17.0.0",
    "eslint-plugin-import": "2.26.0",
    "eslint-plugin-jsx-a11y": "6.6.1",
    "eslint-plugin-react": "7.31.10",
    "eslint-plugin-react-hooks": "4.6.0",
    "extract-text-webpack-plugin": "next",
    "file-loader": "2.0.0",
    "glob-to-regexp": "0.4.1",
    "html-webpack-include-assets-plugin": "1.0.5",
    "html-webpack-plugin": "3.2.0",
    "jest": "23.6.0",
    "postcss-loader": "3.0.0",
    "requirejs": "2.3.6",
    "requirejs-webpack-plugin": "1.0.5",
    "rimraf": "2.6.2",
    "style-loader": "0.23.0",
    "terser-webpack-plugin": "1.2.1",
    "ts-jest": "23.10.5",
    "ts-loader": "5.2.1",
    "tslint": "5.12.1",
    "tslint-config-airbnb": "5.11.1",
    "tslint-config-airbnb-base": "0.2.0",
    "tslint-config-prettier": "1.17.0",
    "tslint-eslint-rules": "4.1.1",
    "tslint-react": "3.6.0",
    "tslint-react-recommended": "1.0.15",
    "typescript": "4.1.4",
    "typings-for-css-modules-loader": "1.7.0",
    "url-loader": "1.1.2",
    "webpack": "4.28.4",
    "webpack-cli": "3.2.1",
    "webpack-dev-server": "3.1.14"
  }
}