-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.63 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
48
49
50
51
52
{
"//": "@todo-wordpress",
"name": "xm_starter_wordpress",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "https://github.com/xmmedia/starter_wordpress"
},
"license": "MIT",
"//private": true,
"scripts": {
"dev": "vite",
"preview": "vite preview",
"build": "vite build",
"lint:js": "eslint --ext .js,.vue public/app/themes/default/js *.js",
"lint:js:fix": "eslint --ext .js,.vue public/app/themes/default/js *.js --fix",
"lint:css": "stylelint public/app/themes/default/css/**/*.scss",
"lint:css:fix": "stylelint public/app/themes/default/css/**/*.scss --fix",
"audit:moderate": "yarn npm audit --severity moderate --all --recursive --no-deprecations",
"audit:high": "yarn npm audit --severity high --all --recursive --no-deprecations"
},
"dependencies": {
"core-js": "^3.4.3",
"jquery": "^3.4.1",
"vue": "^3.2.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@faker-js/faker": "^9.0.1",
"@rollup/plugin-graphql": "^2.0.3",
"@tailwindcss/typography": "^0.5.0",
"@vitejs/plugin-vue": "^5.0.0",
"@vue/test-utils": "^2.0.0",
"autoprefixer": "^10.0.2",
"dotenv": "^16.0.0",
"eslint": "^8.0.0",
"eslint-plugin-vue": "^9.0.0",
"jsdom": "^24.0.0",
"postcss": "^8.2.1",
"sass": "^1.62.1",
"stylelint": "^16.0.2",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-scss": "^6.0.0",
"tailwindcss": "^3.0",
"vite": "^6.0",
"vite-plugin-manifest-sri": "^0.2.0",
"vite-plugin-mkcert": "^1.16.0",
"vite-plugin-symfony": "6.2.0",
"vitest": "^2.1.1"
},
"packageManager": "[email protected]"
}