-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.3 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
{
"name": "icgames",
"repository": "https://github.com/NnsDao/icgames",
"main": "packages/app/src/index.tsx",
"description": "icgame platform",
"author": "NnsDAO labs",
"version": "0.0.5",
"private": true,
"homepage": ".",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "yarn clean && cd packages/app && NODE_ENV=production yarn webpack --config webpack.config.js",
"clean": "z-dev-clean-build",
"lint": "z-dev-run-lint",
"lint:css": "stylelint './packages/**/src/**/*.tsx'",
"start": "yarn clean && cd packages/app && yarn webpack serve --config webpack.serve.js --port 3000"
},
"resolutions": {
"ethers": "5.6.2",
"babel-core": "^7.13.8",
"styled-components": "^5.3.3",
"typescript": "^4.3.2"
},
"devDependencies": {
"@ant-design/icons": "^4.6.2",
"@babel/core": "^7.22.5",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/register": "^7.13.16",
"@babel/runtime": "^7.14.0",
"@horse-racing/dev": "^0.0.3",
"@types/lodash": "^4.14.191",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2",
"@types/react-router-dom": "^5.1.7",
"@types/react-slick": "^0.23.10",
"@types/styled-components": "^5.1.20",
"@types/styled-theming": "^2.2.5",
"antd": "^4.16.6",
"babel-loader": "^9.1.2",
"babel-plugin-import": "^1.13.3",
"concurrently": "^6.2.0",
"devtron": "^1.4.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"react-router-dom": "^5.2.0",
"source-map-explorer": "^2.5.2",
"styled-components": "^5.3.0",
"stylelint": "^13.13.1",
"stylelint-config-recommended": "^5.0.0",
"stylelint-config-styled-components": "^0.1.1",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1"
},
"dependencies": {
"@connect2ic/core": "^0.2.0-beta.5",
"@connect2ic/react": "^0.2.0-beta.5",
"@dfinity/agent": "^0.15.7",
"@dfinity/nns": "^0.16.2",
"@dfinity/principal": "^0.15.7",
"@nft-market/contracts-core": "^0.2.1",
"@nnsdao/nnsdao-kit": "github:NnsDao/nnsdao-kit#dev",
"@solec/ic-webpack-plugin": "^0.2.4",
"ic-stoic-identity": "^2.0.0",
"react-infinite-scroll-component": "^6.1.0",
"react-lodash": "^0.1.2",
"react-redux": "^8.0.5",
"react-slick": "^0.29.0",
"redux": "^4.2.1"
}
}