-
-
Notifications
You must be signed in to change notification settings - Fork 734
/
Copy pathpackage.json
66 lines (66 loc) · 2.11 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
{
"private": true,
"repository": "https://github.com/tannerlinsley/react-location.git",
"scripts": {
"linkAll": "lerna exec npm link",
"test": "lerna run test",
"build": "lerna run build",
"watch": "lerna run watch --parallel",
"prettier": "lerna run prettier",
"start": "yarn watch",
"format": "lerna run format",
"doctoc": "lerna run doctoc",
"cipublish": "yarn test && ts-node scripts/publish.ts"
},
"workspaces": [
"./packages/react-location",
"./packages/react-location-simple-cache"
],
"dependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@rollup/plugin-replace": "^3.0.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^7.0.2",
"@types/react": "^17.0.27",
"@types/react-dom": "^17.0.9",
"babel-plugin-const-enum": "^1.1.0",
"babel-plugin-dev-expression": "^0.2.2",
"babel-plugin-transform-async-to-promises": "^0.8.15",
"conventional-changelog-angular": "^5.0.13",
"conventional-recommended-bump": "^6.1.0",
"cross-env": "^7.0.3",
"current-git-branch": "^1.1.0",
"doctoc": "^2.1.0",
"fast-async": "^6.3.8",
"is-ci": "^3.0.0",
"jsonfile": "^6.1.0",
"lerna": "^4.0.0",
"prettier": "^2.4.1",
"prompt-confirm": "^2.0.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-test-renderer": "^17.0.2",
"replace": "^1.2.1",
"rimraf": "^3.0.2",
"rollup": "^2.16.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-jscc": "^1.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.2",
"rollup-plugin-prettier": "^2.1.0",
"rollup-plugin-size": "^0.2.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "^5.5.2",
"standard-changelog": "^2.0.27",
"ts-node": "^10.3.0",
"tslib": "^2.3.1",
"typescript": "^4.4.3"
}
}