-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
53 lines (53 loc) · 1.36 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
{
"name": "stone",
"private": true,
"dependencies": {
"@hotwired/turbo-rails": "^7.0.0-beta.5",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "https://github.com/rails/webpacker.git",
"autoprefixer": "^10.2.5",
"css-loader": "^5.2.4",
"css-minimizer-webpack-plugin": "^2.0.0",
"follow-redirects": "1.14.8",
"easymde": "^2.9.0",
"elliptic": "^6.5.3",
"marked": "^4.0.10",
"url-parse": "^1.5.9",
"highlight.js": "^10.4.1",
"http-proxy": "^1.18.1",
"ini": "^1.3.6",
"jquery": "^3.5.0",
"ansi-html": "^0.0.8",
"css-what": "^5.0.1",
"glob-parent": "^5.1.2",
"lodash": "^4.17.19",
"mini-css-extract-plugin": "^1.6.0",
"minimist": "^1.2.5",
"node-forge": "^0.10.0",
"normalize.css": "^8.0.1",
"postcss": "^8.2.13",
"postcss-import": "^14.0.1",
"postcss-loader": "^4.0.3",
"sass": "^1.32.12",
"sass-loader": "^11.0.1",
"select2": "4.1.0-beta.1",
"stimulus": "^2.0.0",
"tailwindcss": "^2.1.2"
},
"version": "0.1.0",
"devDependencies": {
"@webpack-cli/serve": "^1.4.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.2"
},
"babel": {
"presets": [
"./node_modules/@rails/webpacker/package/babel/preset.js"
]
},
"browserslist": [
"defaults"
]
}