-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 896 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
35
36
{
"name": "react-design-patterns",
"version": "1.0.0",
"description": "This project is for exploring react advanced design patterns",
"main": "index.js",
"scripts": {
"test": "node index.js",
"start": "parcel ./public/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anarchymonkey/react-design-patterns.git"
},
"keywords": [
"node",
"react",
"design-patterns"
],
"author": "anarchymonkey",
"license": "MIT",
"bugs": {
"url": "https://github.com/anarchymonkey/react-design-patterns/issues"
},
"homepage": "https://github.com/anarchymonkey/react-design-patterns#readme",
"dependencies": {
"axios": "^1.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"buffer": "^6.0.3",
"parcel": "^2.9.3",
"process": "^0.11.10",
"styled-components": "^6.0.7"
}
}