-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.3 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
{
"name": "mg-assignment-react",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "parcel src/index.html"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.0.0-0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/polyfill": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^8.2.3",
"babel-plugin-module-resolver": "^3.2.0",
"babel-plugin-styled-components": "^1.10.0",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-config-standard-react": "^6.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-react": "^7.9.1",
"eslint-plugin-standard": "^3.1.0",
"parcel-bundler": "^1.10.0",
"parcel-plugin-bundle-visualiser": "^1.2.0"
},
"dependencies": {
"axios": "^0.18.0",
"bezier-easing": "^2.1.0",
"gsap": "^2.1.2",
"history": "^4.9.0",
"react": ">=16.0.0",
"react-dom": ">=16.0.0",
"react-redux": "^7.0.2",
"react-router-dom": "^5.0.0",
"react-router-redux": "^4.0.8",
"react-visibility-sensor": "^5.0.2",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"styled-components": "^3.3.2"
}
}