-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
117 lines (117 loc) · 4.62 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "progenitus",
"private": true,
"version": "0.0.0",
"scripts": {
"test": "npx jest",
"lint": "eslint --ext .js,.ts . --fix",
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\"",
"dev": "npm run rss && vite",
"dev:local": "cd progenitus && dfx start --clean --background && dfx deploy --no-wallet mock_nft && dfx deploy --no-wallet mock_ledger && dfx deploy --no-wallet progenitus --argument '(\"ryjl3-tyaaa-aaaaa-aaaba-cai\", \"rwlgt-iiaaa-aaaaa-aaaaa-cai\")' && npm run dev",
"dev:local:stop": "cd progenitus && dfx stop",
"did:local": "mkdir -p ./src/canisters/progenitus/ && cp progenitus/.dfx/local/canisters/progenitus/progenitus.did.* ./src/canisters/progenitus/",
"build": "tsc && npm run rss && vite build",
"preview": "vite preview",
"rss": "node ./rss.js",
"storybook": "export NODE_OPTIONS=--openssl-legacy-provider && start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@dfinity/candid": "^0.11.1",
"@fontsource/almendra": "^4.5.7",
"@fontsource/almendra-sc": "^4.5.5",
"@fontsource/inter": "^4.5.7",
"@fontsource/space-grotesk": "^4.5.5",
"@fontsource/space-mono": "^4.5.5",
"@fontsource/uncial-antiqua": "^4.5.6",
"@psychedelic/cap-js": "^0.0.7",
"@psychedelic/dab-js": "^1.2.2",
"@react-spring/three": "^9.4.5",
"@react-spring/web": "^9.4.5",
"@react-three/drei": "^9.5.0",
"@react-three/fiber": "^8.0.12",
"@use-gesture/react": "^10.2.14",
"dayjs": "^1.11.1",
"events": "^3.3.0",
"framer-motion": "^6.3.10",
"ictool": "^0.0.3",
"js-sha256": "^0.9.0",
"luxon": "^2.3.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-error-boundary": "^3.1.4",
"react-icons": "^4.3.1",
"react-markdown": "^8.0.3",
"react-query": "^3.39.1",
"react-table": "^7.7.0",
"react-toastify": "^8.2.0",
"react-truncate-markup": "^5.1.0",
"string-hash": "^1.1.3",
"three": "^0.139.2"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@dfinity/agent": "^0.11.1",
"@dfinity/identity": "^0.11.1",
"@dfinity/principal": "^0.11.1",
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@originjs/vite-plugin-content": "^1.0.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/addon-toolbars": "^6.4.22",
"@storybook/addons": "^6.4.22",
"@storybook/builder-vite": "^0.1.29",
"@storybook/jest": "^0.0.10",
"@storybook/react": "^6.4.22",
"@storybook/testing-library": "^0.0.11",
"@storybook/testing-react": "^1.2.4",
"@storybook/theming": "^6.4.22",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1",
"@types/jest": "^27.4.1",
"@types/luxon": "^2.3.1",
"@types/node": "^17.0.25",
"@types/react": "^18.0.5",
"@types/react-dom": "^18.0.1",
"@types/react-table": "^7.7.10",
"@types/storybook-react-router": "^1.0.1",
"@types/string-hash": "^1.1.1",
"@types/three": "^0.139.0",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"@vitejs/plugin-react": "^1.3.1",
"axios": "^0.26.1",
"babel-loader": "^8.2.5",
"esbuild": "^0.14.37",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-unused-imports": "^2.0.0",
"ic-stoic-identity": "^2.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.1.0",
"jest-environment-jsdom": "^28.1.0",
"prettier": "^2.6.2",
"react-router-dom": "^6.3.0",
"storybook-css-modules-preset": "^1.1.1",
"storybook-react-router": "^1.0.8",
"ts-jest": "^28.0.2",
"typescript": "^4.6.3",
"vite": "^2.9.5",
"vite-tsconfig-paths": "^3.4.1",
"zustand": "^4.0.0-rc.0"
},
"jest": {
"verbose": true,
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/.mocks/fileMock.js",
"\\.css$": "identity-obj-proxy"
},
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"preset": "ts-jest",
"testEnvironment": "jsdom"
}
}