-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
150 lines (150 loc) · 5.08 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "cardano-explorer-app",
"version": "1.6.0",
"description": "Cardano Explorer App",
"author": "Daedalus Team @ Input Output HK",
"license": "Apache-2.0",
"scripts": {
"dev": "yarn generate:graphql-typings && next dev source -p 4000",
"build": "yarn generate:graphql-typings && next build source",
"build:check": "yarn prettier:check && yarn lint && yarn test && yarn build && yarn storybook:build",
"build:clean": "rm -rf ./build",
"build:analyze": "BUNDLE_ANALYZE=browser yarn build",
"test": "jest",
"test:e2e": "cypress run",
"test:e2e:dev": "cypress open",
"generate:graphql-typings": "graphql-codegen",
"export": "next export source --outdir build/static",
"static:build": "NODE_ENV=production yarn build && yarn export",
"static:serve": "serve ./build/static",
"static:preview": "yarn static:build && yarn static:serve -l 4001",
"lint": "tslint -p tsconfig.json -c tslint.json",
"prettier": "./node_modules/.bin/prettier \"**/*.*\"",
"prettier:check": "yarn prettier --check",
"prettier:format": "yarn prettier --write --loglevel warn",
"prettier:fix-staged": "pretty-quick --staged",
"storybook": "start-storybook -s ./source/public -p 6006",
"storybook:build": "build-storybook -o build/storybook"
},
"homepage": "https://github.com/input-output-hk/cardano-explorer-app",
"husky": {
"hooks": {
"pre-commit": "yarn prettier:fix-staged"
}
},
"dependencies": {
"@types/react-addons-css-transition-group": "15.0.5",
"bignumber.js": "9.0.1",
"browser-update": "3.3.9",
"cardano-js": "0.3.0",
"chroma-js": "2.1.0",
"classnames": "2.2.6",
"dayjs": "1.8.17",
"debug": "4.1.1",
"graphql": "14.3.0",
"graphql-request": "1.8.2",
"graphql-tag": "2.10.1",
"i18next": "19.1.0",
"lodash": "4.17.19",
"mobx": "5.11.0",
"mobx-localstorage": "2.0.0-alpha.1",
"mobx-react-lite": "1.4.1",
"next": "9.4.4",
"next-fonts": "1.2.0",
"next-images": "1.4.0",
"preact": "10.3.4",
"preact-render-to-string": "5.1.4",
"qrcode.react": "0.9.3",
"react-addons-css-transition-group": "15.6.2",
"react-ga": "2.7.0",
"react-i18next": "11.3.3",
"react-no-ssr": "1.1.0",
"react-polymorph": "0.9.5-rc.1",
"react-ssr-prepass": "npm:[email protected]",
"store": "2.0.12"
},
"devDependencies": {
"@babel/core": "7.2.0",
"@babel/plugin-proposal-class-properties": "7.2.1",
"@babel/plugin-proposal-decorators": "7.2.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.4.4",
"@babel/plugin-proposal-optional-chaining": "7.6.0",
"@babel/plugin-transform-react-display-name": "7.8.3",
"@babel/plugin-transform-react-jsx-self": "7.9.0",
"@babel/plugin-transform-react-jsx-source": "7.9.0",
"@cardano-graphql/client-ts": "^5.0.0",
"@cypress/webpack-preprocessor": "4.1.1",
"@graphql-codegen/cli": "1.2.0",
"@graphql-codegen/typescript": "1.2.0",
"@graphql-codegen/typescript-operations": "1.2.0",
"@graphql-tools/load-files": "6.0.15",
"@graphql-tools/merge": "6.0.15",
"@graphql-tools/schema": "6.0.15",
"@graphql-tools/utils": "6.0.15",
"@prefresh/next": "0.3.1",
"@storybook/addon-actions": "5.1.11",
"@storybook/addon-info": "5.1.11",
"@storybook/addon-knobs": "5.2.3",
"@storybook/addon-links": "5.1.11",
"@storybook/addons": "5.1.11",
"@storybook/react": "5.1.11",
"@types/chance": "1.0.7",
"@types/chroma-js": "1.4.3",
"@types/classnames": "2.2.9",
"@types/debug": "4.1.4",
"@types/graphql": "14.2.0",
"@types/jest": "26.0.3",
"@types/lodash": "4.14.119",
"@types/next": "9.0.0",
"@types/node": "10.12.12",
"@types/qrcode.react": "0.9.0",
"@types/react": "16.8.6",
"@types/react-dom": "16.0.11",
"@types/react-no-ssr": "1.1.1",
"@types/store": "2.0.2",
"@types/storybook__react": "4.0.2",
"@types/uuid": "3.4.4",
"@zeit/next-bundle-analyzer": "0.1.3-canary.1",
"autoprefixer": "9.7.0",
"aws-sdk": "2.560.0",
"babel-jest": "26.1.0",
"babel-loader": "8.0.6",
"babel-plugin-inline-react-svg": "1.1.0",
"babel-plugin-lodash": "3.3.4",
"chai": "4.2.0",
"chance": "1.1.3",
"concurrently": "4.1.0",
"css-loader": "3.5.1",
"cucumber": "5.1.0",
"cucumber-pretty": "1.5.0",
"cypress": "4.12.1",
"dotenv": "8.0.0",
"dotenv-webpack": "1.7.0",
"husky": "3.0.3",
"jest": "26.1.0",
"jest-transform-graphql": "2.1.0",
"lodash-webpack-plugin": "0.11.5",
"mime-types": "2.1.24",
"next-compose-plugins": "2.1.1",
"nodemon": "1.19.0",
"prettier": "2.0.4",
"pretty-quick": "1.11.1",
"promise-exponential-retry": "1.0.3",
"recursive-readdir": "2.2.2",
"sanitize.css": "8.0.0",
"sass": "1.25.0",
"sass-loader": "8.0.2",
"serve": "11.1.0",
"ts-jest": "26.1.1",
"ts-loader": "6.0.4",
"ts-node": "8.10.2",
"tslint": "5.12.0",
"tslint-config-prettier": "1.17.0",
"typescript": "3.9.6",
"wait-for-expect": "3.0.1",
"webpack": "4.43.0"
},
"engines": {
"node": "^10 || ^12"
}
}