-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
55 lines (55 loc) · 1.6 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
{
"name": "keycat",
"version": "0.1.0",
"scripts": {
"start": "webpack-dev-server --config ./scripts/webpack.client.js",
"build": "webpack --mode production --config ./scripts/webpack.client.js",
"format": "prettier --write \"src/**/*.tsx\""
},
"dependencies": {
"@reach/router": "^1.2.1",
"big.js": "^5.2.2",
"copy-webpack-plugin": "^5.0.3",
"csp-html-webpack-plugin": "^3.0.1",
"date-fns": "^1.30.1",
"dotenv": "^8.0.0",
"eosjs": "^20.0.0",
"eosjs-ecc": "^4.0.4",
"file-loader": "^3.0.1",
"formik": "^1.5.7",
"html-webpack-plugin": "^3.2.0",
"jdenticon": "^2.1.1",
"keycatjs": "^0.9.3",
"query-string": "^6.5.0",
"react": "^16.8",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.8",
"react-markdown": "^4.0.8",
"react-svg-loader": "^3.0.1",
"react-waypoint": "^9.0.2",
"redux": "^4.0.1",
"redux-actions": "^2.6.5",
"styled-components": "^4.1.1",
"styled-media-query": "^2.1.1",
"text-balancer": "^1.0.5",
"ts-loader": "^6.0.0",
"typescript": "^3.4.5",
"typewriter-effect": "^2.10.0",
"ua-parser-js": "^0.7.20",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2",
"webpack-subresource-integrity": "^1.3.2"
},
"devDependencies": {
"@types/react": "^16.7.7",
"@types/react-dom": "^16.0.10",
"@types/redux-actions": "^2.3.2",
"prettier": "^1.18.2",
"tslint": "^5.18.0",
"tslint-config-prettier": "^1.18.0",
"tslint-config-standard": "^8.0.1",
"tslint-plugin-prettier": "^2.0.1",
"tslint-react": "^4.0.0",
"webpack-dev-server": "^3.3.1"
}
}