forked from danbooru/danbooru
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.93 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
{
"license": "MIT",
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/plugin-transform-react-jsx": "^7.10.4",
"@fortawesome/fontawesome-free": "^5.11.2",
"@rails/ujs": "^6.0.2-1",
"@rails/webpacker": "^6.0.0-beta.4",
"css-loader": "^5.0.1",
"dropzone": "^5.5.1",
"hammerjs": "^2.0.8",
"jquery": "3.5.1",
"jquery-hotkeys": "^0.2.2",
"jquery-ui": "^1.12.1",
"mini-css-extract-plugin": "^1.3.4",
"mobx": "^6.0",
"mobx-react": "^7.0",
"postcss": "^8.2.4",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.0.0",
"postcss-loader": "^4.2.0",
"postcss-preset-env": "^6.7.0",
"preact": "^10.4.6",
"rails-erb-loader": "^5.5.0",
"sass": "^1.32.5",
"sass-loader": "^10.1.1",
"spark-md5": "^3.0.0",
"tippy.js": "^6.2.3",
"typeface-anton": "^0.0.72",
"typeface-archivo-narrow": "^1.0.0",
"typeface-ibm-plex-mono": "^0.0.61",
"typeface-indie-flower": "^0.0.72",
"typeface-lora": "^0.0.72",
"typeface-petit-formal-script": "^0.0.72",
"typeface-rokkitt": "^1.0.0",
"typeface-unifrakturmaguntia": "^0.0.72",
"typopro-web": "^4.2.2",
"webpack": "^5.11.0",
"webpack-cli": "^4.2.0"
},
"devDependencies": {
"@webpack-cli/serve": "^1.2.2",
"babel-eslint": "^10.1.0",
"eslint": "^7.0.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-ignore-erb": "^0.1.1",
"eslint-webpack-plugin": "^2.4.3",
"stylelint": "^13.0.0",
"stylelint-config-standard": "^20.0.0",
"webpack-dev-server": "^3.11.2"
},
"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/javascript/src/styles/**/*.scss'"
},
"babel": {
"presets": [
"./node_modules/@rails/webpacker/package/babel/preset.js"
]
},
"browserslist": [
"defaults",
"since 2012"
]
}