forked from ita-social-projects/ZeroWaste
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 951 Bytes
/
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
{
"name": "zero-waste",
"private": true,
"dependencies": {
"@babel/core": "^7.16.5",
"@babel/plugin-transform-runtime": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@fortawesome/fontawesome-free": "^5.15.4",
"@hotwired/stimulus": "^3.2.1",
"@hotwired/stimulus-webpack-helpers": "^1.0.1",
"@nathanvda/cocoon": "^1.2.14",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "5.4.3",
"@webpack-cli/serve": "^1.6",
"babel-loader": "^8.2.3",
"bootstrap": "^4.6.0",
"flatpickr": "^4.6.9",
"jquery": "^3.6.0",
"popper.js": "^1.16.1",
"turbolinks": "^5.2.0",
"webpack": "^4.46.0"
},
"version": "0.1.0",
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.16.5",
"@webpack-cli/serve": "^1.6",
"webpack-cli": "^4.0",
"webpack-dev-server": "^4",
"yarn": "^1.22.17"
}
}