-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·41 lines (41 loc) · 1.09 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
{
"name": "ascendia",
"version": "0.0.1",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.0.0",
"@material-ui/core": "^4.5.1",
"@material-ui/icons": "^4.5.1",
"@rails/webpacker": "^4.0.2",
"axios": "^0.19.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"bootstrap": "^4.3.1",
"cloudinary-react": "^1.2.1",
"core-js": "3",
"hanzi": "^2.1.5",
"jquery": "^3.4.0",
"popper.js": "^1.15.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-player": "^1.14.2",
"react-redux": "^7.1.3",
"react-router-dom": "^5.0.0",
"react-scripts": "^3.3.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"typeface-roboto": "^0.0.75"
},
"devDependencies": {
"electron": "^7.1.7",
"webpack-dev-server": "^3.2.1"
},
"main": "app/javascript/packs/electron-starter.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"electron": "electron ."
}
}