forked from astuto/astuto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.5 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
{
"name": "astuto",
"version": "0.1.0",
"private": true,
"scripts": {
"build:css": "sass ./app/assets/stylesheets/application.sass.scss:./app/assets/builds/application.css --no-source-map --load-path=node_modules",
"build": "webpack --config ./config/webpack/webpack.config.js"
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react",
"@babel/preset-typescript"
]
},
"dependencies": {
"@babel/core": "7.21.8",
"@babel/preset-env": "7.21.5",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.21.5",
"@stripe/react-stripe-js": "2.7.0",
"@stripe/stripe-js": "3.3.0",
"@types/react": "16.9.2",
"@types/react-dom": "16.9.0",
"babel-loader": "9.1.2",
"bootstrap": "4.6.2",
"i18n-js": "3.9.2",
"jquery": "3.5.1",
"popper.js": "1.16.1",
"rails-erb-loader": "5.5.2",
"react": "16.9.0",
"react-beautiful-dnd": "13.1.0",
"react-dom": "16.9.0",
"react-gravatar": "2.6.3",
"react-hook-form": "7.33.1",
"react-icons": "5.0.1",
"react-infinite-scroller": "1.2.4",
"react-joyride": "2.8.1",
"react-markdown": "5.0.3",
"react-redux": "7.1.1",
"react-select": "5.8.0",
"react-sticky-box": "1.0.2",
"react_ujs": "2.6.0",
"redux": "4.0.4",
"redux-thunk": "2.3.0",
"sass": "1.62.1",
"turbolinks": "5.2.0",
"typescript": "4.3.2",
"webpack": "5.94.0",
"webpack-cli": "5.1.1"
},
"devDependencies": {
"@types/react-redux": "7.1.3"
}
}