forked from TanStack/router
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 2.29 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
{
"private": true,
"repository": "https://github.com/tanstack/react-location.git",
"scripts": {
"linkAll": "lerna exec 'yarn link'",
"unlinkAll": "lerna exec 'yarn unlink'",
"test": "(is-ci && yarn test:ci) || yarn test:dev",
"test:ci": "jest",
"test:dev": "jest --watch",
"build": "rollup --config rollup.config.js && tsc -b",
"watch": "concurrently --kill-others \"rollup --config rollup.config.js -w\" \"tsc -b --watch\"",
"dev": "yarn watch",
"prettier": "prettier \"packages/*/{src/**,examples/**/src/**}.{md,js,jsx,ts,tsx,json}\" --write",
"visualize": "lerna exec 'open build/stats-html.html'",
"cipublish": "ts-node scripts/publish.ts",
"cipublishforce": "YARN_REGISTRY=https://registry.npmjs.org CI=true yarn cipublish"
},
"workspaces": [
"./packages/react-location",
"./packages/react-location-lite-experimental",
"./packages/react-location-devtools",
"./packages/react-location-elements-to-routes",
"./packages/react-location-simple-cache",
"./packages/react-location-rank-routes",
"./packages/react-location-jsurl"
],
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/plugin-transform-runtime": "^7.16.10",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime": "^7.16.7",
"@commitlint/parse": "^16.0.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-replace": "^3.0.1",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^7.0.2",
"@types/luxon": "^2.0.9",
"@types/node": "^17.0.12",
"@types/react": "^17.0.38",
"axios": "^0.25.0",
"babel-plugin-transform-async-to-promises": "^0.8.18",
"concurrently": "^7.0.0",
"current-git-branch": "^1.1.0",
"git-log-parser": "^1.2.0",
"jest": "^27.4.7",
"lerna": "^4.0.0",
"luxon": "^2.3.0",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.66.0",
"rollup-plugin-size": "^0.2.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "^5.5.4",
"stream-to-array": "^2.3.0",
"ts-node": "^10.4.0",
"type-fest": "^2.11.1",
"typescript": "^4.5.5"
}
}