-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·50 lines (50 loc) · 1.4 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
{
"name": "smart_telesope",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.4.0",
"@babel/core": "^7.13.8",
"@babel/plugin-proposal-decorators": "^7.12.12",
"@babel/preset-react": "^7.12.1",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.3-4",
"@rails/ujs": "^6.0.3-4",
"@rails/webpacker": "4.3.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"actioncable": "^5.2.4-4",
"antd": "^4.7.2",
"axios": "^0.21.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"bootstrap": "^4.5.3",
"mobx": "6.0.0",
"mobx-persist": "^0.4.1",
"mobx-react-form": "^3.0.0",
"mobx-state-tree": "^5.0.0",
"moment": "^2.29.1",
"prettier": "^2.2.1",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-actioncable-provider": "^2.0.0",
"react-bootstrap": "^1.4.0",
"react-dom": "^16.14.0",
"react-icons": "^3.11.0",
"react-infinite-scroller": "^1.2.4",
"react-router-dom": "^5.2.0",
"react-scroll": "^1.8.1",
"react-window": "^1.8.6",
"ts-loader": "^8.0.14",
"turbolinks": "^5.2.0",
"typescript": "^4.1.3",
"use-global-hook": "^0.2.1",
"valid-url": "^1.0.9",
"validatorjs": "^3.22.1",
"zustand": "^3.4.1"
},
"version": "0.1.0",
"devDependencies": {
"less": "^3.12.2",
"less-loader": "^7.0.2",
"webpack-dev-server": "^3.11.2"
}
}