-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.59 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": "pineapple-library",
"description": "CSS and Javascript web development library that supplements Bootstrap.",
"version": "4.0.0",
"scripts": {
"compile": "./compile.sh",
"format": "prettier --config node_modules/justintime50-styles/src/javascript/.prettierrc.yaml --write .",
"format-check": "prettier --config node_modules/justintime50-styles/src/javascript/.prettierrc.yaml --check .",
"lint-css": "npx stylelint \"**/*.scss\" --custom-syntax postcss-scss",
"lint-css-fix": "npx stylelint \"**/*.scss\" --custom-syntax postcss-scss --fix",
"lint-js": "eslint pineapple/js/pineapple.js -c node_modules/justintime50-styles/src/javascript/eslint.config.js",
"lint-js-fix": "eslint pineapple/js/pineapple.js -c node_modules/justintime50-styles/src/javascript/eslint.config.js --fix"
},
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/justintime50/pineapple.git"
},
"keywords": [
"pineapple",
"bootstrap",
"css",
"js",
"html",
"framework",
"template",
"library"
],
"author": "Justintime50",
"license": "MIT",
"bugs": {
"url": "https://github.com/justintime50/pineapple/issues"
},
"homepage": "https://github.com/justintime50/pineapple#readme",
"devDependencies": {
"eslint": "^9.0",
"justintime50-styles": "^0.7.0",
"postcss-scss": "^4.0",
"postcss": "^8.4",
"prettier": "^3.3",
"sass": "^1.77",
"stylelint-config-standard-scss": "^13.0",
"stylelint-config-standard": "^36.0",
"stylelint": "^16.7",
"uglify-js": "^3.19"
}
}