-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
140 lines (140 loc) · 5.5 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "ideas",
"version": "0.0.1",
"private": true,
"description": "A UI toolkit for creating and managing style-guides, design systems, pattern libraries, apps, digital products, etc.",
"scripts": {
"test": "echo \"Error: no test specified\"",
"start": "run-s clean && run-p watch:* js:* serve",
"serve": "eleventy --serve",
"eleventy": "run-s eleventy --serve",
"build": "npx @11ty/eleventy",
"builds": "run-s build:*",
"watch:root-scss": "sass styles/ideas-ui-kit.scss styles/css/ui-kit.css --load-path=node_modules --watch",
"watch:scss": "sass --style compressed labs/scss:labs/css/. --load-path=node_modules --watch",
"build:scss": "sass --style compressed labs/scss:labs/css/. --load-path=node_modules",
"changelog": "auto-changelog -p --template config/_changelog.hbs",
"debug": "cd system/debug",
"tokens": "style-dictionary build --config ./tokens.js",
"lodash": "run-s lodash:*",
"lodash:collection": "lodash include=forEach,size,orderBy -o system/js/lodash/collection.js -m",
"lodash:array": "lodash include=chunk,size -o system/js/lodash/array.js -m",
"lodash:function": "lodash include=debounce,throttle -o system/js/lodash/function.js -m",
"clean": "trash www/**/*.*",
"audit": "lighthouse https://shawnsandy.com/ --output=json --output-path=./audits/report.json --config-path=.lighthouseconfig.js",
"ideas": "lerna exec npm start --scope=@shawnsandy/ideas",
"first-paint": "lerna exec npm start --scope=@shawnsandy/first-paint",
"build:first-paint": "lerna exec npm run build --scope=@shawnsandy/first-paint",
"build:code-clipper": "lerna exec npm run build --scope=@shawnsandy/code-clipper",
"publish-release": "run-s build:* && HUSKY=0 && lerna publish --conventional-commits -m \"chore(release): publish \"",
"publish-next": "HUSKY=0 && lerna publish --dist-tag next --conventional-commits -m \"chore(next): publish next release %s\"",
"publish": "run-s build:* && HUSKY=0 && lerna publish --yes --dist-tag next --conventional-commits -m \"chore(next): publish @next %s\"",
"labs": "babel labs/js/ -d labs/js/min --minified --out-file-extension .min.js --ignore ./**/min/",
"js:main": "babel main.js -d js/min --out-file-extension .min.js --minified --ignore ./**/min/ --source-maps --watch",
"js:labs": "babel labs/js -d labs/js/min --out-file-extension .min.js --minified --ignore ./**/min/ --source-maps --watch",
"watch-js": "run-s js:*",
"git:add": "git add .",
"git:cz": "git cz",
"git:push": "git push",
"commit": "run-s git:add git:cz git:push",
"prepare": "husky install",
"plop": "plop",
"eslint": "eslint '**/src/**/*.jsx'",
"lint-staged": "lint-staged",
"commitlint": "npx commitlint"
},
"pre-commit": {
"run": [
"test"
]
},
"directories": {
"lib": "dist",
"gulp": "gulp",
"test": "__tests__"
},
"files": [
"lib",
"gulp"
],
"auto-changelog": {
"unreleased": true,
"template": "config/_changelog.hbs"
},
"main": "index.js",
"repository": "https://github.com/shawn-sandy/idea.git",
"author": "shawnsandy <[email protected]>",
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^1.0.0",
"@11ty/eleventy-cache-assets": "^2.3.0",
"@11ty/eleventy-navigation": "^0.3.2",
"@11ty/eleventy-plugin-rss": "^1.1.1",
"@azimutlabs/eslint-config-jsx-a11y": "^1.1.1",
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@fortawesome/fontawesome-free": "^6.0.0",
"@hint/configuration-accessibility": "^2.0.15",
"@shawnsandy/bootstrap-lite": "^0.2.13",
"@shawnsandy/first-paint": "^2.1.4",
"@shawnsandy/ideas": "^0.3.8",
"@shawnsandy/mix": "^0.10.28",
"auto-changelog": "^2.3.0",
"conventional-changelog-atom": "^2.0.8",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-storybook": "^0.5.6",
"eslint-plugin-vue": "^7.17.0",
"flat-cache": "^3.0.4",
"fs-extra": "^10.0.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-print": "^5.0.2",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-shell": "^0.8.0",
"gulp-sizereport": "^1.2.1",
"gulp-string-replace": "^1.1.2",
"hint": "^6.1.9",
"html-minifier": "^4.0.0",
"husky": "^7.0.0",
"lerna": "^4.0.0",
"lerna-script": "^1.4.0",
"lighthouse": "^9.4.0",
"lint-staged": "^12.3.4",
"lodash": "^4.17.21",
"mvp": "git+https://github.com/shawn-sandy/mvp.git",
"node-fetch": "^3.2.0",
"npm-run-all": "^4.1.5",
"parcel": "^2.3.2",
"plop": "^3.0.5",
"pre-commit": "^1.2.2",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.3",
"require-dir": "^1.2.0",
"sass": "^1.49.9",
"standard": "^16.0.4",
"style-dictionary": "^3.7.0",
"stylelint": "^14.5.3",
"stylelint-config-standard": "^25.0.0",
"stylelint-scss": "^4.1.0",
"trash-cli": "^5.0.0"
},
"lint-staged": {
"**/.*.{js,ts,jsx}": "eslint --fix",
"**/.*.{js,jsx,ts,tsx,md,html,scss,json,md}": "prettier --write"
}
}