-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
86 lines (86 loc) · 2.78 KB
/
package.json
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
{
"name": "react-router-pro",
"version": "0.0.32",
"description": "react-router-pro",
"main": "./lib/index.js",
"scripts": {
"start": "cross-env NODE_ENV=development webpack-dev-server --color --open --mode development --inline --profile --env.dev=development",
"lib": "npm run clean && babel src/components --out-dir lib && npm run copy",
"build": "cross-env NODE_ENV=production webpack --progress --profile --mode production --env.dev=production",
"clean": "rd /s/q lib && mkdir lib",
"fabu": "npm run npm && npm run git && npm version patch && npm publish",
"npm": "npm set registry https://registry.npmjs.org",
"git": "python ./bin/release.py",
"copy": "python ./bin/copy.py"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/aiyuekuang/react-router-pro.git"
},
"keywords": [
"ztao"
],
"author": "ztao",
"license": "ISC",
"bugs": {
"url": "https://github.com/aiyuekuang/react-router-pro/issues"
},
"homepage": "https://github.com/aiyuekuang/react-router-pro.git#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.3",
"babel-loader": "6.4.1",
"babel-plugin-import": "^1.13.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"cache-loader": "^4.1.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "0.28.11",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.18.0",
"extended-define-webpack-plugin": "^0.1.3",
"happypack": "^5.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "4.13.1",
"postcss-loader": "^3.0.0",
"prop-types": "^15.7.2",
"sass-loader": "7.1.0",
"style-loader": "^1.1.3",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"svg-sprite-loader": "^4.1.6",
"terser-webpack-plugin": "^2.3.2",
"ts-loader": "^6.2.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^3.0.0",
"webpack": "^4.41.5",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-preset-es2015": "^6.24.1",
"cross-env": "^6.0.3",
"react": "16.13.0",
"react-dom": "16.13.0"
},
"dependencies": {
"react-router": "5.1.2",
"react-router-dom": "^5.1.2",
"esn": "2.0.20"
}
}