-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.46 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
{
"name": "patternlab-node-vuecli",
"version": "2.0.0",
"description": "Version 2.0.0 will use Vue 3",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build-pl": "patternlab build --config ./patternlab-config.json",
"lint": "vue-cli-service lint",
"help": "patternlab --help",
"install": "patternlab install --config ./patternlab-config.json",
"version": "patternlab --version"
},
"dependencies": {
"core-js": "^3.27.2",
"vue": "^3.2.47"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.19.1",
"@fullhuman/postcss-purgecss": "^5.0.0",
"@pattern-lab/cli": "^6.0.1",
"@pattern-lab/core": "^6.0.1",
"@pattern-lab/engine-twig-php": "^6.0.1",
"@pattern-lab/uikit-workshop": "^6.0.1",
"@rushstack/eslint-patch": "^1.2.0",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-airbnb": "^7.0.0",
"eslint": "^8.34.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-vue": "^9.9.0",
"eslint-plugin-vuejs-accessibility": "^2.1.0",
"postcss-html": "^1.5.0",
"sass": "^1.58.0",
"sass-loader": "^13.2.0",
"stylelint": "^14.16.1",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard-scss": "^6.1.0",
"stylelint-webpack-plugin": "^4.0.0"
},
"engines": {
"node": ">= 16.0.0"
}
}