forked from ic-rocks/ic-rocks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.48 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": "ic-tools",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@dfinity/agent": "^0.9.0",
"@dfinity/auth-client": "^0.9.1",
"@dfinity/authentication": "^0.9.1",
"@dfinity/candid": "^0.9.0",
"@dfinity/identity": "^0.9.1",
"@dfinity/principal": "^0.9.0",
"@headlessui/react": "^1.3.0",
"agent-pb": "github:ic-cubes/agent-pb#5a2cd99",
"balloon-css": "^1.2.0",
"classnames": "^2.2.6",
"d3": "^6.7.0",
"didc": "github:ic-cubes/didc-js",
"glob": "^7.1.7",
"jotai": "^1.0.0",
"luxon": "^1.27.0",
"next": "^10.2.3",
"next-transpile-modules": "^7.2.0",
"object-path-immutable": "^4.1.1",
"protobufjs": "^6.11.2",
"react": "17.0.2",
"react-content-loader": "^6.0.3",
"react-dom": "17.0.2",
"react-icons": "^4.2.0",
"react-multi-select-component": "^4.0.2",
"react-query": "^3.18.1",
"react-syntax-highlighter": "^15.4.3",
"react-table": "^7.7.0",
"react-use-measure": "^2.0.4",
"recharts": "^2.1.5",
"use-clipboard-copy": "^0.2.0",
"use-dark-mode": "^2.3.1"
},
"devDependencies": {
"@types/d3": "^6.7.0",
"@types/luxon": "^1.26.5",
"@types/react": "^17.0.6",
"@types/react-table": "^7.7.1",
"@types/recharts": "^1.8.21",
"babel-plugin-recharts": "^2.0.0",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^2.1.2",
"typescript": "^4.2.4"
}
}