-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.9 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
{
"name": "lucien-george-com",
"private": true,
"dependencies": {
"@animated-burgers/burger-rotate": "^1.1.2",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@hotwired/stimulus": "^3.2.2",
"@hotwired/stimulus-webpack-helpers": "^1.0.1",
"@mdi/font": "^5.9.55",
"@neojp/tailwindcss-important-variant": "^1.0.1",
"@rails/actioncable": "^6.0.0",
"@rails/actiontext": "^6.1.3-1",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "^6.0.0-beta.5",
"@tailwindcss/forms": "^0.2.1",
"aos": "^2.3.4",
"autoprefixer": "^10.2.5",
"babel-plugin-macros": "^3.1.0",
"browserslist": "^4.16.5",
"color-string": "^1.5.5",
"css-loader": "^5.2.1",
"dns-packet": "^1.3.2",
"el-transition": "^0.0.7",
"glob-parent": "^5.1.2",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"markdown-it": "^12.0.6",
"mini-css-extract-plugin": "^1.4.1",
"places.js": "1.16.1",
"popper.js": "^1.16.1",
"postcss": "^8.2.10",
"postcss-import": "^14.0.1",
"postcss-loader": "^5.2.0",
"postcss-nested": "^5.0.5",
"postcss-preset-env": "^6.7.0",
"process": "^0.11.10",
"punycode": "^2.1.1",
"puppeteer": "^22.4.1",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"tailwindcss": "^2.1.1",
"tailwindcss-important": "^1.0.0",
"tailwindcss-stimulus-components": "^4.0.4",
"tippy.js": "^6.3.1",
"trix": "^1.2.0",
"turbolinks": "^5.2.0",
"webpack": "^5.11.0",
"webpack-cli": "^4.2.0",
"ws": "^6.2.2"
},
"version": "0.1.0",
"devDependencies": {
"@webpack-cli/serve": "^1.3.1",
"webpack-dev-server": "^3.11.2"
},
"babel": {
"presets": [
"./node_modules/@rails/webpacker/package/babel/preset.js"
]
},
"browserslist": [
"defaults"
],
"heroku-postbuild": "mkdir ./.cache && mv /app/.cache/puppeteer ./.cache"
}