-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.56 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
{
"name": "recipi-ai-assistant",
"private": true,
"dependencies": {
"@babel/core": "^7.22.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.2",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-destructuring": "^7.22.0",
"@babel/plugin-transform-regenerator": "^7.22.0",
"@babel/plugin-transform-runtime": "^7.22.0",
"@babel/preset-env": "^7.22.0",
"@popperjs/core": "^2.11.8",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "5.4.3",
"babel-loader": "^8.2.0",
"babel-plugin-macros": "^3.1.0",
"bootstrap": "^5.3.3",
"css-loader": "5.2.7",
"global": "^4.4.0",
"jquery": "^3.7.1",
"mini-css-extract-plugin": "1.6.2",
"sass": "^1.77.8",
"sass-loader": "10.1.1",
"style-loader": "2",
"turbolinks": "^5.2.0",
"webpack": "4.46.0",
"webpack-cli": "3.3.12"
},
"version": "0.1.0",
"main": "index.js",
"repository": "[email protected]:YuzukiEndo/recipi_ai_assistant.git",
"author": "YuzukiEndo ",
"license": "MIT",
"devDependencies": {
"webpack-dev-server": "^3"
},
"scripts": {
"start": "node index.js",
"build": "webpack --config webpack.config.js",
"heroku-postbuild": "webpack --config ./config/webpack/production.js"
},
"engines": {
"node": "16.x",
"yarn": "1.22.x"
}
}