-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.3 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
{
"name": "sync-query",
"version": "0.2.14",
"description": "Use the React higher-order component to store the React State in URL query (routing parameters)",
"main": "dist/index.js",
"scripts": {
"dev": "cross-env NODE_ENV=dev webpack-dev-server --open",
"test": "jest",
"analyze": "cross-env NODE_ENV=stat webpack",
"build": "webpack",
"build:w": "webpack --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/NeoYo/sync-query.git"
},
"homepage": "https://github.com/NeoYo/sync-query#readme",
"keywords": [
"react state",
"query",
"URL query",
"URLSearchParam",
"React",
"HOC",
"higher-order component",
"路由参数",
"同步"
],
"author": "[email protected]",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@types/jest": "^26.0.3",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^7.0.2",
"html-webpack-plugin": "^4.3.0",
"jest": "^26.1.0",
"ts-jest": "^26.1.1",
"ts-loader": "^7.0.5",
"typescript": "^3.9.6",
"webpack": "^4.43.0",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"node-forge": ">=0.10.0"
},
"dependencies": {}
}