-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.08 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
{
"name": "@hon2a/antd-theme",
"version": "4.16.13",
"description": "Variables from Ant Design theme (Less) provided as JavaScript object",
"repository": {
"type": "git",
"url": "git+https://github.com/hon2a/antd-theme"
},
"author": "Jan Konopásek",
"license": "MIT",
"main": "./lib/index.js",
"files": [
"/lib"
],
"scripts": {
"format": "prettier --write \"src/**/*.js\" --loglevel warn",
"lint": "eslint -f @wisersolutions/eslint-formatter-idea ./src",
"test": "echo 'Package has no tests.'",
"build": "node src/index.js",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@babel/runtime-corejs3": "^7.13.17",
"@hon2a/less-vars-to-js": "^0.1.0",
"@wisersolutions/eslint-config": "^2.0.1",
"@wisersolutions/eslint-formatter-idea": "^1.0.7",
"antd": "4.16.13",
"babel-eslint": "^10.1.0",
"core-js": "^3.19.0",
"chalk": "^4.1.1",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.3.6",
"fs-extra": "^9.1.0",
"less": "^4.1.1",
"prettier": "^2.2.1"
}
}