-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
59 lines (59 loc) · 1.53 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
{
"name": "chord-mark-monorepo",
"private": true,
"version": "0.8.0",
"description": "Chord Charts. Reinvented!",
"license": "MIT",
"engines": {
"node": ">=16.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/no-chris/chord-mark.git"
},
"bugs": {
"url": "https://github.com/no-chris/chord-mark/issues"
},
"homepage": "https://github.com/no-chris/chord-mark#readme",
"devDependencies": {
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@eslint/js": "^9.9.1",
"@size-limit/preset-small-lib": "^11.1.4",
"babel-jest": "^29.7.0",
"babel-loader": "9.1.3",
"css-loader": "^7.1.2",
"eslint": "^9.9.1",
"eslint-plugin-no-unsanitized": "^4.1.0",
"eslint-plugin-react": "^7.35.2",
"globals": "^15.9.0",
"html-webpack-plugin": "^5.6.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"lerna": "^8.1.8",
"mini-css-extract-plugin": "^2.9.1",
"prettier": "^3.3.3",
"raw-loader": "^4.0.2",
"sass": "^1.78.0",
"sass-loader": "^16.0.1",
"size-limit": "^11.1.4",
"sloc": "^0.2.1",
"style-loader": "^4.0.0",
"webpack": "^5.94.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
},
"scripts": {
"build": "npm run lint && npm run format && npm run test && lerna run build",
"lint": "eslint packages",
"format": "prettier --write \"**/*.{js,jsx,json,ts,md,scss,css}\"",
"test": "jest"
},
"workspaces": [
"packages/*"
],
"packageManager": "[email protected]"
}