-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.9 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
{
"name": "react-space-404",
"version": "1.1.3",
"description": "React component for 404 page with animations.",
"main": "lib/404.js",
"module": "lib/404.esm.js",
"types": "lib/404.d.ts",
"scripts": {
"test": "jest",
"storybook": "start-storybook -p 6006",
"build": "npm test;rollup -c --exports auto"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"peerDependencies": {
"@babel/runtime": "^7.17.9",
"@mui/material": "^5.6.1",
"gsap": "^3.10.3",
"i18next": "^21.6.16",
"react": "^18.0.0",
"react-i18next": "^11.16.6"
},
"keywords": [
"react",
"react-component",
"404",
"mui",
"gsap"
],
"author": "Yu Ze",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.6.1",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.2.1",
"@storybook/addon-actions": "^6.4.22",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/addon-interactions": "^6.4.22",
"@storybook/addon-links": "^6.4.22",
"@storybook/react": "^6.4.22",
"@storybook/testing-library": "^0.0.9",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.0.1",
"babel-loader": "^8.2.4",
"gsap": "^3.10.3",
"i18next": "^21.6.16",
"jest": "^27.5.1",
"postcss": "^8.4.12",
"react": "^18.0.0",
"react-i18next": "^11.16.6",
"rollup": "^2.70.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/pseudocc/react-space-404.git"
}
}