-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 937 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
34
35
{
"name": "kr_calc",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.26.3",
"@hotwired/turbo-rails": "^7.3.0",
"@rails/actioncable": "^6.1.709",
"@rails/activestorage": "^6.1.709",
"@rails/request.js": "^0.0.11",
"@rails/ujs": "^6.1.709",
"@rails/webpacker": "^5.4.4",
"ansi-regex": "^6.1.0",
"async": "3.2.6",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"crypto-js": "^4.2.0",
"glob-parent": "^6.0.2",
"jquery": "^3.7.1",
"jquery-ui": "^1.14.1",
"normalize-url": "^7.2.0",
"nth-check": "^2.1.0",
"postcss": "^8.4.49",
"prop-types": "^15.8.1",
"rails-ujs": "^5.2.8",
"set-value": "^4.1.0",
"stimulus": "^3.2.2",
"turbolinks": "^5.2.0",
"webpacker-pwa": "^0.1.2",
"ws": "^8.18.0"
},
"version": "0.1.0",
"devDependencies": {
"webpack-dev-server": "^4.8.1",
"yarn-upgrade-all": "^0.7.1"
}
}