-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.05 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
{
"name": "socreatory-styleguide",
"private": true,
"version": "6.5.0",
"scripts": {
"aiur": "aiur -t ./dist",
"aiur:watch": "aiur -t ./dist --watch --serve 0.0.0.0:4001",
"compile": "faucet --fingerprint --compact",
"compile:watch": "faucet --watch",
"start": "npm-run-all --parallel compile:watch aiur:watch",
"eslint": "eslint --cache './lib/**/*.js'",
"stylelint": "stylelint './lib/**/*.scss'",
"prettier": "prettier --write '*.js' './lib/**/*.js' './lib/**/*.scss'",
"test": "npm run eslint && npm run stylelint"
},
"devDependencies": {
"aiur": "^0.11.0",
"donny": "^0.3.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"faucet-pipeline-js": "^3.0.0",
"faucet-pipeline-sass": "^1.4.0",
"faucet-pipeline-static": "^2.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.1.0",
"stylelint": "^16.3.1",
"stylelint-config-clean-order": "^6.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-prettier": "^5.0.2"
}
}