forked from danbooru/danbooru
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.01 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
65
66
67
68
69
70
{
"license": "MIT",
"dependencies": {
"@alpinejs/morph": "3",
"@alpinejs/persist": "3",
"@babel/core": "7",
"@babel/plugin-proposal-decorators": "7",
"@babel/plugin-transform-runtime": "7",
"@babel/preset-env": "7",
"@babel/runtime": "7",
"@fontsource/anton": "4",
"@fontsource/archivo-narrow": "4",
"@fontsource/ibm-plex-mono": "4",
"@fontsource/indie-flower": "4",
"@fontsource/lora": "4",
"@fontsource/petit-formal-script": "4",
"@fontsource/rokkitt": "4",
"@fontsource/unifrakturmaguntia": "4",
"@rails/ujs": "7",
"@ruffle-rs/ruffle": "0.1.0-nightly.2023.3.23",
"alpinejs": "3",
"babel-loader": "9",
"compression-webpack-plugin": "10",
"core-js": "3",
"css-loader": "6",
"dropzone": "^6.0.0-beta.2",
"echarts": "5",
"hammerjs": "2",
"jquery": "3",
"jquery-hotkeys": "^0.2.2",
"jquery-ui": "1",
"lodash": "4",
"mini-css-extract-plugin": "2",
"morphdom": "2",
"postcss": "8",
"postcss-import": "15",
"postcss-loader": "7",
"postcss-preset-env": "8",
"sass": "1",
"sass-loader": "13",
"shakapacker": "6.5.5",
"terser-webpack-plugin": "5",
"tippy.js": "6",
"webpack": "5",
"webpack-assets-manifest": "5",
"webpack-cli": "5",
"webpack-merge": "5"
},
"devDependencies": {
"@babel/cli": "7",
"@babel/eslint-parser": "7",
"@webpack-cli/serve": "2",
"eslint": "8",
"eslint-plugin-babel": "5",
"eslint-plugin-ignore-erb": "^0.1.1",
"eslint-webpack-plugin": "4",
"stylelint": "15",
"stylelint-config-standard": "31",
"stylelint-config-standard-scss": "7",
"stylelint-webpack-plugin": "4",
"webpack-dev-server": "4"
},
"scripts": {
"eslint-all": "yarn run eslint --plugin eslint-plugin-ignore-erb --ext .js,.js.erb app/javascript/src/javascripts",
"stylelint-all": "yarn run stylelint --cache --cache-strategy content --cache-location tmp/ 'app/javascript/src/styles/**/*'"
},
"browserslist": [
"since 2018"
]
}