-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.24 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": "private-portfolio",
"version": "0.1.0",
"homepage": "https://dzoni.dev/",
"private": true,
"dependencies": {
"classnames": "^2.3.1",
"node-sass-chokidar": "^1.5.0",
"npm-run-all": "^4.1.5",
"react": "^17.0.2",
"react-css-variables": "^2.0.1",
"react-dom": "^17.0.2",
"react-inlinesvg": "^2.1.1",
"react-router-dom": "^5.3.0",
"react-scripts": "^3.4.4",
"typed.js": "^2.0.11"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"lint": "eslint ./src --ext .js,.jsx",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-prettier": "^8.3.0",
"eslint-config-semistandard-react": "^4.2.1",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-semistandard-react": "^4.1.1",
"prettier": "^2.1.2",
"sass-lint": "^1.13.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}