-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 935 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": "redux-site",
"version": "1.0.0",
"repository": "https://github.com/Kashyap456/redux-site.git",
"author": "Kashyap Chaturvedula <[email protected]>",
"license": "MIT",
"dependencies": {
"autoprefixer": "^10.4.2",
"eslint-plugin-react": "^7.29.2",
"parcel": "^2.3.2",
"postcss": "^8.4.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"tailwindcss": "^3.0.23"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/eslint-parser": "^7.17.0",
"@babel/preset-react": "^7.16.7",
"eslint": "^8.2.0",
"eslint-config-airbnb": "19.0.4",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1"
},
"scripts": {
"start": "parcel ./src/index.html",
"build": "parcel build ./src/index.html"
},
"babel": {}
}