-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
executable file
·57 lines (57 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
55
56
57
{
"name": "neonova",
"version": "1.5.6",
"author": "Rentfuse Labs",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest -c test/jest.config.js"
},
"dependencies": {
"@ant-design/icons": "4.6.4",
"@cityofzion/neon-js": "^5.6.0",
"@rentfuse-labs/neo-wallet-adapter-ant-design": "^0.4.0",
"@rentfuse-labs/neo-wallet-adapter-base": "^0.4.0",
"@rentfuse-labs/neo-wallet-adapter-react": "^0.4.0",
"@rentfuse-labs/neo-wallet-adapter-wallets": "^0.4.8",
"antd": "4.16.13",
"buffer": "^6.0.3",
"classnames": "^2.3.1",
"cuid": "^2.1.8",
"less-vars-to-js": "^1.3.0",
"mobx": "^6.3.7",
"mobx-react-lite": "^3.2.2",
"mobx-state-tree": "^5.0.5",
"next": "^12.1.5",
"next-compose-plugins": "^2.2.1",
"next-i18next": "^9.1.0",
"next-plugin-antd-less": "^1.5.2",
"null-loader": "^4.0.1",
"react": "17.0.2",
"react-cool-dimensions": "^2.0.7",
"react-dom": "17.0.2",
"react-json-view": "^1.21.3",
"react-responsive": "^9.0.0-beta.4"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@types/classnames": "^2.3.1",
"@types/node": "^16.11.6",
"@types/react": "17.0.21",
"@types/react-dom": "^17.0.9",
"@types/react-responsive": "^8.0.3",
"babel-plugin-import": "^1.13.3",
"babel-plugin-inline-react-svg": "^2.0.1",
"eslint": "7.32.0",
"eslint-config-next": "^12.0.2",
"jest": "^27.3.1",
"next-transpile-modules": "^9.0.0",
"prettier": "^2.4.1",
"ts-jest": "^27.0.7",
"typescript": "4.4.3",
"webpack": "5.0.0"
},
"resolutions": {}
}