-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
56 lines (56 loc) · 1.72 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
{
"name": "@opencage/geosearch-monorepo",
"private": true,
"workspaces": [
"packages/*",
"examples/*"
],
"scripts": {
"bootstrap": "lerna bootstrap",
"build": "lerna run build --no-private",
"build:clean": "lerna run build:clean --no-private",
"clean": "lerna clean",
"dotenv": "lerna run dotenv -- $@",
"lint": "lerna run lint --no-private",
"lint:fix": "lerna run lint:fix --no-private",
"playground:start": "yarn workspace @opencage/geosearch-react-example dev",
"start": "yarn run watch",
"symlinks": "./scripts/symlinks.sh",
"test": "lerna run test --no-private",
"test:coverage": "lerna run test:coverage --no-private",
"watch": "lerna run watch --parallel"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/register": "^7.25.9",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"chai": "^4.3.10",
"cssnano": "^7.0.6",
"eslint": "^9.12.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-security": "^3.0.1",
"fetch-mock": "^12.0.2",
"globals": "^15.12.0",
"isomorphic-unfetch": "^4.0.2",
"lerna": "^8.1.8",
"mocha": "^10.8.2",
"nyc": "^17.1.0",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0",
"prettier": "^3.3.3",
"rollup": "4.24.4",
"rollup-plugin-replace": "^2.2.0",
"sass": "^1.80.6",
"sinon": "^19.0.2"
}
}