-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.35 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
{
"name": "notes_app",
"version": "1.0.1",
"description": "",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/jcole356/notes_app"
},
"scripts": {
"build": "webpack",
"start": "webpack-dev-server --open --mode=development"
},
"author": "jcole",
"license": "ISC",
"dependencies": {
"@types/react": "^17.0.30",
"@types/react-router-dom": "^5.3.2",
"prop-types": "^15.7.2",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-responsive": "^8.0.3",
"react-router-dom": "^5.0.1",
"typescript": "^4.4.4",
"uuid": "^3.3.2"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.2.3",
"css-loader": "^6.5.0",
"dotenv-webpack": "^7.0.3",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^5.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0",
"html-webpack-plugin": "4.5.2",
"prettier": "1.18.2",
"style-loader": "^3.3.1",
"ts-loader": "8",
"webpack": "^5.61.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0"
}
}