-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 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
{
"license": "MIT",
"dependencies": {
"@alpinejs/morph": "^3.9.0",
"@babel/plugin-proposal-decorators": "^7.16.7",
"@fontsource/anton": "^4.0.0",
"@fontsource/archivo-narrow": "^4.0.0",
"@fontsource/ibm-plex-mono": "^4.0.0",
"@fontsource/indie-flower": "^4.0.0",
"@fontsource/lora": "^4.0.0",
"@fontsource/petit-formal-script": "^4.0.0",
"@fontsource/rokkitt": "^4.0.0",
"@fontsource/unifrakturmaguntia": "^4.0.0",
"@fortawesome/fontawesome-free": "^5.11.2",
"@rails/ujs": "^7.0.1",
"@rails/webpacker": "=6.0.0-rc.6",
"@ruffle-rs/ruffle": "0.1.0-nightly.2022.1.31",
"alpinejs": "^3.9.0",
"core-js": "^3.20.3",
"css-loader": "^6.5.1",
"dropzone": "^6.0.0-beta.2",
"hammerjs": "^2.0.8",
"jquery": "^3.6.0",
"jquery-hotkeys": "^0.2.2",
"jquery-ui": "^1.13.0",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.5.1",
"morphdom": "^2.6.1",
"postcss": "^8.4.5",
"postcss-import": "^14.0.2",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.2.3",
"sass": "^1.48.0",
"sass-loader": "^12.4.0",
"tippy.js": "^6.3.7",
"typopro-web": "^4.2.6",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1"
},
"devDependencies": {
"@babel/cli": "^7.16.8",
"@babel/eslint-parser": "^7.16.5",
"@webpack-cli/serve": "^1.6.0",
"eslint": "^8.7.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-ignore-erb": "^0.1.1",
"eslint-webpack-plugin": "^3.1.1",
"stylelint": "^14.2.0",
"stylelint-config-standard": "^24.0.0",
"stylelint-config-standard-scss": "^3.0.0",
"webpack-dev-server": "^4.7.3"
},
"resolutions": {
"webpack": "5.66.0"
},
"scripts": {
"eslint-all": "yarn run eslint --plugin eslint-plugin-ignore-erb --ext .js,.js.erb app/javascript/src/javascripts",
"stylelint-all": "yarn run stylelint 'app/**/*.scss'"
},
"babel": {
"presets": [
"./node_modules/@rails/webpacker/package/babel/preset.js"
]
},
"browserslist": [
"last 5 years"
]
}