-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"name": "@yalesites-org/atomic",
"version": "1.39.2",
"description": "Atomic theme for YaleSites projects.",
"files": [
"components",
"templates",
"atomic.info.yml",
"atomic.libraries.yml",
"atomic.theme",
"project.emulsify.json",
"README.md"
],
"bundledDependencies": [
"@yalesites-org/component-library-twig"
],
"scripts": {
"husky:commit-msg": "commitlint --edit $1",
"husky:pre-commit": "lint-staged",
"prepare": "husky install",
"prettier": "prettier ./ --ignore-unknown --list-different",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"semantic-release": "^24.1.1",
"@yalesites-org/eslint-config-and-other-formatting": "^1.20.0"
},
"lint-staged": {
"components/**/*.{js,scss,php}": [
"npm run prettier -- --write"
]
},
"dependencies": {
"@yalesites-org/component-library-twig": "^1.44.0",
"linkpurpose": "github:itmaybejj/linkpurpose"
},
"bundleDependencies": [
"@yalesites-org/component-library-twig"
]
}