-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (75 loc) · 2.65 KB
/
package.json
File metadata and controls
76 lines (75 loc) · 2.65 KB
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
{
"name": "rc-mate-typescript",
"version": "0.0.14",
"description": "react mate, typescript version.",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config ./script/webpack.dev.js --env.mode=development",
"build:qa": "webpack --config ./script/webpack.prod.js --env.mode=production --env.qa",
"build:production": "webpack --config ./script/webpack.prod.js --env.mode=production --env.production",
"build": "rm -rf dist && webpack --config ./script/webpack.prod.js --env.mode=production --env.production && webpack --config ./script/webpack.web.js --env.mode=production && cp ./package.json ./dist/package.json"
},
"repository": {
"type": "git",
"url": "https://github.com/heriky/rc-mate-typescript.git"
},
"apiPrefix": "",
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.7.4",
"@babel/core": "^7.7.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.7.4",
"@babel/plugin-transform-typescript": "^7.8.3",
"@babel/preset-env": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"@babel/preset-typescript": "^7.8.3",
"@types/chai": "^4.2.9",
"@types/mocha": "^7.0.1",
"@types/node": "^13.1.4",
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.4",
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^2.18.0",
"axios": "^0.19.2",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-import": "^1.13.0",
"chai": "^4.2.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.2.1",
"eslint": "^6.7.2",
"eslint-config-react-app": "^5.1.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-flowtype": "^3.13.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^1.7.0",
"file-loader": "^5.0.2",
"fork-ts-checker-notifier-webpack-plugin": "^2.0.0",
"fork-ts-checker-webpack-plugin": "^3.1.1",
"html-webpack-plugin": "^3.2.0",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.8.0",
"mobx": "^5.15.4",
"mobx-react-lite": "^1.5.2",
"mocha": "^7.0.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"react-dom": "^16.12.0",
"style-loader": "^1.0.1",
"typescript": "^3.7.4",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^3.0.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0",
"webpack-merge": "^4.2.2",
"react": "^16.12.0"
},
"dependencies": {
}
}