-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
34 lines (34 loc) · 1000 Bytes
/
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
{
"name": "Into-the-ReactJs",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:vigzmv/Into-the-ReactJs.git",
"author": "vigzmv <[email protected]>",
"license": "MIT",
"scripts": {
"start": "parcel index.html"
},
"dependencies": {
"prop-types": "^15.7.2",
"react": "^16.10.2",
"react-addons-css-transition-group": "^15.6.2",
"react-dom": "^16.10.2"
},
"devDependencies": {
"babel-eslint": "^8.0.3",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"eslint": "^4.13.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-html": "^4.0.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.4.0",
"eslint-plugin-react": "^7.5.1",
"parcel-bundler": "^1.10.2",
"prettier-eslint": "^8.3.1"
}
}