This repository was archived by the owner on Apr 15, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.71 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.71 KB
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
{
"name": "foundation",
"version": "1.2.3",
"private": true,
"scripts": {
"postinstall": "husky install",
"test": "npm run lint && npm run test --workspace=@foundation/sample",
"dev": "npm run dev --workspace=@foundation/sample",
"build": "npm run build --workspace=@foundation/sample",
"generate": "npm run generate --workspace=@foundation/sample",
"start": "npm run start --workspace=@foundation/sample",
"lint": "npm run lint:es && npm run lint:css",
"lint:es": "eslint --ext .js,.vue .",
"lint:css": "stylelint \"packages/**/*.vue\""
},
"devDependencies": {
"@babel/eslint-parser": "7.19.1",
"@commitlint/cli": "17.1.2",
"@commitlint/config-conventional": "17.1.0",
"@js-basics/vector": "2.0.10",
"@mapbox/stylelint-processor-arbitrary-tags": "0.4.0",
"@nuxtjs/eslint-config": "11.0.0",
"babel-preset-vue": "2.0.2",
"branch-name-lint": "2.1.1",
"commitlint": "17.1.2",
"defu": "6.1.0",
"eslint": "8.25.0",
"eslint-formatter-json-relative": "0.1.0",
"eslint-plugin-html": "7.1.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-no-secrets": "0.8.9",
"eslint-plugin-no-unsanitized": "4.0.1",
"eslint-plugin-nuxt": "4.0.0",
"eslint-plugin-security": "1.5.0",
"eslint-plugin-vue": "9.6.0",
"eslint-plugin-xss": "0.1.12",
"husky": "8.0.1",
"lint-staged": "13.0.3",
"postcss-html": "1.5.0",
"rxjs": "7.5.7",
"standard": "17.0.0",
"stylelint": "14.14.0",
"stylelint-config-css-modules": "4.1.0",
"stylelint-config-lost": "0.0.3",
"stylelint-config-recess-order": "3.0.0",
"stylelint-config-standard": "29.0.0"
},
"workspaces": [
"./packages/core",
"./packages/sample"
]
}