package.json 2.1 KB
Newer Older
Deshui Yu's avatar
Deshui Yu committed
1
2
3
4
5
{
  "name": "my-app",
  "version": "0.1.0",
  "private": true,
  "dependencies": {
6
7
8
9
    "antd": "3.10.9",
    "autoprefixer": "^9.6.1",
    "axios": "^0.19.0",
    "babel-loader": "^8.0.6",
Deshui Yu's avatar
Deshui Yu committed
10
    "babel-polyfill": "^6.26.0",
11
    "chalk": "^2.4.2",
12
    "copy-to-clipboard": "^3.0.8",
13
14
    "css-loader": "0.28.7",
    "dotenv": "^8.0.0",
Lijiao's avatar
Lijiao committed
15
    "echarts": "^4.5.0",
Deshui Yu's avatar
Deshui Yu committed
16
    "echarts-for-react": "^2.0.14",
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
    "file-loader": "^4.1.0",
    "fork-ts-checker-webpack-plugin": "^1.5.0",
    "fs-extra": "^8.1.0",
    "html-webpack-plugin": "^4.0.0-beta.8",
    "less": "^3.9.0",
    "less-loader": "^5.0.0",
    "mini-css-extract-plugin": "^0.8.0",
    "monaco-editor": "^0.17.1",
    "object-assign": "^4.1.1",
    "postcss-flexbugs-fixes": "^4.1.0",
    "postcss-loader": "^3.0.0",
    "postcss-scss": "^2.0.0",
    "precss": "^4.0.0",
    "promise": "^8.0.3",
    "raf": "^3.4.1",
    "react": "^16.8.6",
    "react-dev-utils": "^9.0.1",
    "react-dom": "^16.8.5",
    "react-json-tree": "^0.11.2",
    "react-monaco-editor": "^0.28.0",
37
    "react-responsive": "^7.0.0",
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
    "react-router": "^3.2.3",
    "resolve": "^1.6.0",
    "source-map-loader": "^0.2.1",
    "style-loader": "^0.23.1",
    "sw-precache-webpack-plugin": "^0.11.5",
    "ts-import-plugin": "^1.4.3",
    "ts-loader": "^6.0.4",
    "tsconfig-paths-webpack-plugin": "^3.2.0",
    "tslint": "^5.7.0",
    "tslint-react": "^4.0.0",
    "url-loader": "^2.1.0",
    "webpack": "^4.39.1",
    "webpack-dev-server": "^3.7.2",
    "webpack-manifest-plugin": "^2.0.4",
    "whatwg-fetch": "^3.0.0"
Deshui Yu's avatar
Deshui Yu committed
53
54
  },
  "scripts": {
55
56
    "build": "node scripts/build.js",
    "start": "node --trace-warnings scripts/start.js"
Deshui Yu's avatar
Deshui Yu committed
57
58
  },
  "devDependencies": {
59
60
    "@types/node": "^10.14.14",
    "@types/react": "16.4.17",
Deshui Yu's avatar
Deshui Yu committed
61
    "@types/react-dom": "^16.0.7",
62
    "@types/react-json-tree": "^0.6.11",
63
    "@types/react-responsive": "^3.0.3",
64
65
    "@types/react-router": "^3.0.20",
    "typescript": "^3.5.3"
66
67
  },
  "resolutions": {
liuzhe-lz's avatar
liuzhe-lz committed
68
    "@types/react": "16.4.17",
69
70
    "js-yaml": "^3.13.1",
    "serialize-javascript": "^2.1.1"
71
72
73
74
75
76
77
78
79
80
  },
  "babel": {
    "presets": [
      "react-app"
    ]
  },
  "browserslist": [
    "defaults"
  ]
}