forked from immeasurable-vikrant/mind-school-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
97 lines (97 loc) · 3.03 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
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
{
"name": "immeasurable-client",
"version": "1.0.0",
"description": "Online School for Self-Transformation",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production",
"start": "webpack-dev-server --open --mode development --port 3000",
"lint": "eslint '**/*.js' --ignore-pattern node_modules"
},
"repository": {
"type": "git",
"url": "git+https://github.com/immeasurable-vikrant/immeasurable-1.0.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/immeasurable-vikrant/immeasurable-1.0/issues"
},
"homepage": "https://github.com/immeasurable-vikrant/immeasurable-1.0#readme",
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-syntax-class-properties": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^4.2.1",
"eslint": "^7.6.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-react-hooks": "^4.0.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"prettier": "^2.0.5",
"style-loader": "^1.2.1",
"stylelint": "^13.6.1",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0",
"url-loader": "^4.1.0",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.0.9"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.57",
"async": "^3.2.0",
"axios": "^0.19.2",
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.5.2",
"dateformat": "^3.0.3",
"font-awesome": "^4.7.0",
"fontsource-roboto": "^3.0.3",
"history": "^5.0.0",
"imports-loader": "^1.1.0",
"jquery": "^3.5.1",
"lodash": "^4.17.19",
"materialize-css": "^1.0.0",
"moment": "^2.27.0",
"moment-timezone": "^0.5.31",
"node-sass": "^4.14.1",
"path": "^0.12.7",
"prop-types": "^15.7.2",
"query-string": "^6.13.6",
"random-seed": "^0.3.0",
"react": "^16.13.0",
"react-autosuggest": "^10.0.4",
"react-center-component": "^3.0.0",
"react-dom": "^16.13.0",
"react-equalizer": "^1.3.0",
"react-loadable": "^5.5.0",
"react-moment": "^0.9.7",
"react-player": "^2.6.0",
"react-rating": "^2.0.5",
"react-redux": "^7.2.1",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-show-more": "^2.0.0",
"react-tap-event-plugin": "^3.0.3",
"react-viewmore": "^1.0.7",
"redux": "^4.0.5",
"redux-form": "^8.3.6",
"redux-thunk": "^2.3.0",
"sass-loader": "^9.0.2",
"seedrandom": "^3.0.5",
"styled-components": "^5.1.1",
"use-autocomplete": "^1.1.1"
}
}