-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
102 lines (102 loc) · 3.27 KB
/
package.json
File metadata and controls
102 lines (102 loc) · 3.27 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "4auto-web",
"version": "0.1.0",
"private": true,
"engines": {
"node": "12.x"
},
"scripts": {
"dev": "next",
"rebuild": "node importBuilder",
"build": "next build",
"start": "node server.js",
"open": "concurrently \"http-server -a localhost -p 3000\" \"open http://localhost:3000\"",
"component": "node tools/create/component.js",
"reboot": "heroku builds:cancel -a forautoweb && heroku restart -a forautoweb",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@feathersjs/authentication-client": "^4.5.8",
"@feathersjs/feathers": "^4.5.8",
"@feathersjs/rest-client": "^4.5.8",
"@feathersjs/socketio-client": "^4.5.8",
"@material-ui/core": "^4.11.0",
"axios": "0.21.2",
"body-scroll-lock": "^3.1.5",
"express": "^4.17.1",
"heroku-ssl-redirect": "^0.1.1",
"i18next": "^19.8.1",
"lodash": "4.17.20",
"lottie-react": "^2.1.0",
"moment": "^2.29.1",
"next": "11.1.3",
"next-compose-plugins": "2.2.1",
"next-fonts": "1.5.1",
"next-svgr": "^0.0.2",
"rc-upload": "^4.2.0-alpha.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-i18next": "11.11.4",
"react-icons": "4.2.0",
"react-infinite-scroll-component": "^6.0.0",
"react-lazy-load-image-component": "^1.5.1",
"react-multi-carousel": "2.5.5",
"react-places-autocomplete": "^7.3.0",
"react-redux": "7.2.2",
"react-responsive-carousel": "^3.2.12",
"react-swipeable": "6.0.1",
"react-toastify": "^6.0.8",
"react-transition-group": "^4.4.1",
"redux": "4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-form": "8.3.7",
"redux-persist": "^6.0.0",
"redux-saga": "1.1.3",
"reduxsauce": "^1.2.0",
"sass": "1.32.5",
"socket.io-client": "^2.3.1"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@storybook/addon-actions": "^6.1.11",
"@storybook/addon-essentials": "^6.1.11",
"@storybook/addon-links": "^6.1.11",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.1.11",
"@types/classnames": "^2.2.11",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.22",
"@types/react": "^17.0.0",
"@types/react-places-autocomplete": "^7.2.6",
"@types/react-redux": "^7.1.15",
"@types/redux-form": "^8.3.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-plugin-import": "1.13.3",
"babel-plugin-root-import": "^6.6.0",
"babel-plugin-styled-components": "^1.11.1",
"chromatic": "^5.5.0",
"concurrently": "^6.0.0",
"css-loader": "^5.0.1",
"eslint": "^7.10.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-next": "^11.0.1",
"eslint-import-resolver-babel-plugin-root-import": "^1.1.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.21.3",
"eslint-plugin-react-hooks": "^4.1.2",
"file-loader": "^6.2.0",
"line-reader": "^0.4.0",
"prettier": "^2.1.2",
"sass-loader": "^10.1.0",
"style-loader": "^2.0.0",
"stylelint": "^13.7.2",
"stylelint-config-css-modules": "^2.2.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^20.0.0",
"stylelint-prettier": "^1.1.2",
"typescript": "^4.3.5"
}
}