-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.54 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
{
"name": "mimicri",
"version": "1.0.0",
"description": "Describe mimicri here",
"private": true,
"scripts": {
"build": "nwb build-react-component",
"clean": "nwb clean-app",
"start": "nwb serve-react-app",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.3",
"@types/three": "^0.152.1",
"allotment": "^1.19.0",
"classnames": "^2.3.2",
"crossfilter2": "^1.5.4",
"d3": "^7.8.4",
"n": "^9.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"three": "^0.155.0",
"webpack": "^5.84.1",
"yarn": "^1.22.19"
},
"devDependencies": {
"@babel/cli": "^7.18.6",
"@babel/core": "^7.17.7",
"@babel/plugin-transform-react-jsx": "^7.18.6",
"@babel/preset-env": "^7.22.0",
"@babel/preset-react": "^7.22.0",
"@storybook/addon-essentials": "^7.0.17",
"@storybook/addon-interactions": "^7.0.17",
"@storybook/addon-links": "^7.0.17",
"@storybook/blocks": "^7.0.17",
"@storybook/react": "^7.0.17",
"@storybook/react-webpack5": "^7.0.17",
"@storybook/testing-library": "^0.0.14-next.2",
"nwb": "^0.25.2",
"prop-types": "^15.8.1",
"storybook": "^7.0.17"
},
"author": "",
"license": "MIT",
"repository": ""
}