-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
87 lines (87 loc) · 2.44 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "@tsparticles/storybook",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"storybook": "storybook dev -p 6006 -s public",
"deploy": "yarn build-storybook && node deploy.js",
"build-storybook": "storybook build -s public",
"chromatic": "npx chromatic --exit-zero-on-changes"
},
"homepage": "http://tsparticles.github.io/storybook",
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-particles": "^2.10.1",
"react-scripts": "^5.0.1",
"tsparticles": "^3.0.0",
"tsparticles-engine": "^2.10.1",
"web-vitals": "^3.3.2"
},
"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/plugin-syntax-flow": "^7.21.4",
"@babel/plugin-transform-react-jsx": "^7.22.3",
"@storybook/addon-actions": "^7.0.20",
"@storybook/addon-essentials": "^7.0.20",
"@storybook/addon-interactions": "^7.0.20",
"@storybook/addon-links": "^7.0.20",
"@storybook/addon-mdx-gfm": "^7.0.20",
"@storybook/node-logger": "^7.0.20",
"@storybook/preset-create-react-app": "^7.0.20",
"@storybook/react": "^7.0.20",
"@storybook/react-webpack5": "^7.0.20",
"@storybook/testing-library": "^0.2.0",
"@testing-library/dom": "^9.3.0",
"@types/react": "^18.2.9",
"babel-plugin-named-exports-order": "^0.0.2",
"browserslist": "^4.21.7",
"chromatic": "^10.0.0",
"gh-pages": "^6.0.0",
"postcss": "^8.4.24",
"postcss-normalize": "^10.0.1",
"prop-types": "^15.8.1",
"react-refresh": "^0.14.0",
"require-from-string": "^2.0.2",
"storybook": "^7.0.20",
"typescript": "^5.1.3",
"webpack": "^5.86.0"
},
"readme": "ERROR: No README data found!",
"_id": "@tsparticles/[email protected]"
}