-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
49 lines (49 loc) · 1.21 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
{
"name": "craco-less",
"version": "3.0.1",
"description": "A Less plugin for craco / react-scripts / create-react-app",
"files": [
"lib"
],
"main": "./lib/craco-less.js",
"scripts": {
"test": "jest --coverage",
"lint": "eslint --fix \"**/*.{js,ts}\"",
"format": "prettier --write \"**/*.{js,ts,json,yml,md}\""
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/DocSpring/craco-less.git"
},
"keywords": [
"craco",
"create-react-app"
],
"author": "Nathan Broadbent",
"license": "MIT",
"bugs": {
"url": "https://github.com/DocSpring/craco-less/issues"
},
"homepage": "https://github.com/DocSpring/craco-less#readme",
"devDependencies": {
"@craco/craco": "^7.1.0",
"@craco/types": "^7.1.0",
"clone": "^2.1.2",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^5.0.0-alpha.2",
"jest": "^29.6.1",
"prettier": "^3.0.0",
"react-dev-utils": "^12.0.1",
"react-scripts": "^5.0.1"
},
"dependencies": {
"less": "^4.1.3",
"less-loader": "^11.1.3"
},
"peerDependencies": {
"@craco/craco": "^6 || ^7",
"react-scripts": "^5"
},
"packageManager": "[email protected]"
}