-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
65 lines (65 loc) · 1.82 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
{
"name": "devaltio",
"version": "1.0.0",
"description": "State management dev tool for Valtio",
"main": "./src/frontend/index.tsx",
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oslabs-beta/deValtio.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/oslabs-beta/deValtio/issues"
},
"homepage": "https://github.com/oslabs-beta/deValtio#readme",
"dependencies": {
"@visx/event": "^2.1.0",
"@visx/gradient": "^1.7.0",
"@visx/group": "^1.17.1",
"@visx/hierarchy": "^1.17.1",
"@visx/responsive": "^1.10.1",
"@visx/shape": "^1.17.1",
"@visx/tooltip": "^2.1.0",
"@visx/zoom": "^2.1.0",
"buffer": "^6.0.3",
"d3-shape": "^3.0.1",
"jsondiffpatch": "^0.4.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-html-parser": "^2.0.2",
"react-is": "^16.13.1",
"react-json-view": "^1.21.3",
"styled-components": "^5.3.0"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/plugin-syntax-jsx": "^7.14.5",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@types/chrome": "0.0.157",
"@types/react": "^17.0.16",
"@types/react-dom": "^17.0.9",
"@types/styled-components": "^5.1.12",
"babel-jest": "^27.2.2",
"babel-loader": "^8.2.2",
"cross-env": "^7.0.3",
"css-loader": "^6.2.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"enzyme-to-json": "^3.6.2",
"jest": "^27.2.2",
"jest-styled-components": "^7.0.5",
"react-test-renderer": "^16.14.0",
"style-loader": "^3.2.1",
"ts-loader": "^9.2.5",
"typescript": "^4.3.5",
"webpack": "^5.49.0",
"webpack-cli": "^4.8.0"
}
}