forked from mondaycom/monday-ui-style
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.38 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
{
"name": "monday-ui-style",
"version": "0.1.75",
"description": "Monday UI CSS Foundations",
"main": "dist/index.css",
"scripts": {
"auto:bump-patch": "node scripts/autobump_patch.js",
"auto:bump-minor": "node scripts/autobump_minor.js",
"auto:bump-major": "node scripts/autobump_major.js",
"test": "echo \"Error: no test specified\" && exit 1",
"validate-icons": "node scripts/validate-meta.js",
"generate-meta": "node scripts/generate-meta.js",
"compile-styles": "node-sass --output-style expanded --precision 6 ./src/index.scss dist/index.css",
"css-minify": "cleancss --level 1 --format breaksWith=lf --output dist/index.min.css dist/index.css",
"build": "npm run compile-styles && npm run css-minify",
"plop": "plop"
},
"peerDependencies": {
"react": ">=16.9.0",
"prop-types": "^15.7.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mondaycom/monday-ui-style.git"
},
"keywords": [
"CSS",
"THEMES"
],
"author": "monday.com",
"license": "MIT",
"files": [
"src/",
"dist/"
],
"bugs": {
"url": "https://github.com/mondaycom/monday-ui-style/issues"
},
"homepage": "https://github.com/mondaycom/monday-ui-style#readme",
"devDependencies": {
"clean-css-cli": "^4.3.0",
"node-plop": "^0.26.2",
"node-sass": "^4.14.1",
"plop": "^2.7.4",
"prettier": "^2.0.5"
}
}