-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
91 lines (91 loc) · 3.06 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
87
88
89
90
91
{
"name": "react-router-concent",
"version": "2.2.9",
"description": "let using react-router more easily in concent",
"main": "dist/react-router-concent.js",
"types": "src/index.d.ts",
"scripts": {
"build": "npm run build:commonjs && npm run build:es && npm run build:umd && npm run build:umd:min",
"build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib",
"build:es": "rm -rf ./es/* && cp -r ./src/* ./es",
"build:umd": "cross-env BABEL_ENV=rollup NODE_ENV=development rollup -c -o dist/react-router-concent.js",
"build:umd:min": "cross-env BABEL_ENV=rollup NODE_ENV=production rollup -c -o dist/react-router-concent.min.js",
"pub": "npm publish --registry=https://registry.npmjs.org",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/concentjs/react-router-concent.git"
},
"keywords": [
"concent",
"react-router",
"react-router-concent",
"router",
"react"
],
"author": "fantasticsoul",
"license": "MIT",
"bugs": {
"url": "https://github.com/concentjs/react-router-concent/issues"
},
"homepage": "https://github.com/concentjs/react-router-concent#readme",
"peerDependencies": {
"concent": "^2.4.0",
"react": "^16.13.0",
"react-router-dom": "^5.0.1"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.1.2",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-react-display-name": "^7.0.0",
"@babel/plugin-transform-react-jsx": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.9.4",
"@babel/runtime": "^7.5.4",
"@types/jest": "^26.0.23",
"acorn": "^8.0.4",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"codecov": "^3.7.1",
"coveralls": "^3.1.0",
"create-react-class": "^15.7.0",
"cross-env": "^5.2.0",
"cross-spawn": "^6.0.5",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"es3ify": "^0.2.0",
"eslint-config-prettier": "^3.1.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-promise": "^5.1.1",
"eslint-plugin-react": "^7.26.1",
"glob": "^7.1.1",
"jest": "^26.6.3",
"jest-dom": "^1.12.0",
"kind-of": "^6.0.3",
"mixin-deep": "^2.0.1",
"node-fetch": "^2.6.1",
"npm-run": "^5.0.1",
"prettier": "1.14.3",
"rimraf": "^2.6.2",
"rollup": "^0.66.5",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-uglify": "^6.0.0",
"semver": "^5.5.0",
"set-value": "^3.0.2",
"uglify-js": "3.5.8",
"yargs-parser": "^20.2.1"
}
}