-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.36 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.36 KB
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
{
"name": "@opencage/geosearch-monorepo",
"private": true,
"scripts": {
"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": "pnpm run -r dev",
"start": "pnpm 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": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "9.39.1",
"@vitest/coverage-v8": "4.0.15",
"cssnano": "^7.1.4",
"eslint": "9.39.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-security": "^3.0.1",
"fetch-mock": "^12.6.0",
"globals": "^16.5.0",
"isomorphic-unfetch": "^4.0.2",
"lerna": "^9.0.7",
"postcss": "^8.5.9",
"postcss-cli": "^11.0.1",
"prettier": "^3.8.2",
"sass": "^1.99.0",
"sinon": "^21.1.2",
"vite": "7.3.2",
"vitest": "4.0.15"
}
}