-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.66 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": "chord-chart-studio-monorepo",
"private": true,
"version": "0.9.0",
"description": "The official ChordMark editor",
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@size-limit/preset-app": "^11.0.2",
"@vitejs/plugin-react": "^4.2.1",
"babel-jest": "^29.7.0",
"deep-freeze": "0.0.1",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jam3": "^0.2.3",
"eslint-plugin-no-unsanitized": "^4.0.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"generate-changelog": "^1.8.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-localstorage-mock": "^2.4.26",
"jest-text-transformer": "^1.0.4",
"lerna": "^8.0.2",
"long": "^5.2.3",
"postcss-preset-env": "^9.4.0",
"prettier": "^3.2.4",
"regenerator-runtime": "^0.14.1",
"size-limit": "^11.0.2",
"sloc": "0.2.1",
"vite": "^5.1.4",
"vite-plugin-pwa": "^0.19.0"
},
"engines": {
"node": ">=20.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/no-chris/.chord-chart-studio.git"
},
"bugs": {
"url": "https://github.com/no-chris/chord-chart-studio/issues"
},
"scripts": {
"build": "npm run lint && npm run format && npm run test && lerna run build && cp -rf packages/chord-chart-studio/build/* packages/documentation/build/app",
"lint": "eslint packages",
"format": "prettier --write \"**/*.{js,jsx,json,ts,md,scss,css}\"",
"test": "jest"
},
"workspaces": [
"packages/*"
],
"packageManager": "[email protected]"
}