forked from siteinspector/siteinspector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.81 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
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "siteinspector",
"private": true,
"dependencies": {
"@babel/core": "7",
"@babel/plugin-transform-runtime": "7",
"@babel/preset-env": "7",
"@babel/runtime": "7",
"@vue/compiler-sfc": "^3.0.5",
"axios": "^0.21.1",
"babel-loader": "8",
"babel-plugin-macros": "^3.1.0",
"bootstrap": "5.0.0",
"compression-webpack-plugin": "9",
"css-loader": "^5.0.1",
"kitsu-core": "^8.1.1",
"mini-css-extract-plugin": "^2.6.1",
"postcss": "^8.4.16",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.1.0",
"postcss-loader": "^7.0.1",
"postcss-preset-env": "^7.8.0",
"qs": "^6.9.3",
"sass": "^1.54.4",
"sass-loader": "^13.0.2",
"shakapacker": "6.4.1",
"terser-webpack-plugin": "5",
"view3": "https://github.com/omohokcoj/view3",
"vue": "^3.0.0",
"vue-content-placeholders": "^0.2.1",
"vue-loader": "^16.1.2",
"vue-router": "^4.0.0",
"vuex": "^4.0.0-rc.2",
"webpack": "5",
"webpack-assets-manifest": "5",
"webpack-cli": "4",
"webpack-merge": "5"
},
"version": "1.2.0",
"babel": {
"presets": [
"./node_modules/shakapacker/package/babel/preset.js"
]
},
"engines": {
"node": ">= 16.13.0"
},
"scripts": {
"eslint": "./node_modules/eslint/bin/eslint.js \"app/javascript/**/*.{js,vue}\" --fix",
"stylelint": "./node_modules/stylelint/bin/stylelint.js \"app/javascript/**/*.{scss,css}\" --fix"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.15.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-vue": "^7.2.0",
"stylelint": "^13.8.0",
"stylelint-config-sass-guidelines": "^7.0.0",
"stylelint-scss": "^3.0.0"
}
}