-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.37 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
{
"name": "@etchteam/mobius-tokens",
"version": "1.4.0",
"description": "CSS variables for use on WRAP's Web Properties",
"scripts": {
"build": "sass src/main.scss dist/index.css && cp src/tokens/breakpoint.scss dist/breakpoint.scss",
"prestart": "npm install && husky",
"release": "semantic-release",
"start": "sass --watch src/main.scss dist/index.css",
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/etchteam/mobius-tokens.git"
},
"author": "Etch <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/etchteam/mobius-tokens/issues"
},
"homepage": "https://github.com/etchteam/mobius-tokens#readme",
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.2.2",
"@etchteam/eslint-config": "^2.0.14",
"@etchteam/stylelint-config": "^1.5.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"eslint": "^8.57.0",
"husky": "^9.1.4",
"lint-staged": "^15.2.10",
"postcss": "^8.4.45",
"postcss-scss": "^4.0.9",
"prettier": "^3.3.3",
"sass": "^1.79.1",
"semantic-release": "^24.1.1",
"stylelint": "^15.11.0"
},
"overrides": {
"conventional-changelog-conventionalcommits": ">= 8.0.0"
},
"files": [
"dist",
"src"
]
}