-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
68 lines (68 loc) · 1.87 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "zustand-devtools",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon ./src/server/server.js",
"dev": "webpack serve",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oslabs-beta/Zustand-DevTools.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/oslabs-beta/Zustand-DevTools/issues"
},
"homepage": "https://github.com/oslabs-beta/Zustand-DevTools#readme",
"dependencies": {
"@jxdev/react-dom-inspector": "^1.3.0",
"chrome-types": "^0.1.153",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"d3": "^7.8.0",
"express": "^4.18.2",
"nodemon": "^2.0.20",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-inspector": "^6.0.1",
"react-router-dom": "^6.6.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1",
"zustand": "^4.1.5"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@types/chrome": "^0.0.203",
"@types/d3": "^7.4.0",
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.11",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/webpack": "^5.28.0",
"babel-core": "^6.26.3",
"babel-loader": "^9.1.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.2",
"declaration-bundler-webpack-plugin": "^1.0.3",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"sass": "^1.56.1",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.2",
"typescript": "^4.9.3",
"webpack": "^5.75.0",
"wepack-cli": "^0.0.1-security"
}
}