-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
81 lines (81 loc) · 2.76 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
{
"name": "access-peaq",
"version": "0.2.0",
"description": "peaq Access PWA",
"scripts": {
"dev": "node src/server.js",
"build": "next build src",
"start": "node src/server.js",
"build:docker": "DOCKER_BUILDKIT=1 docker build -t access-progressive-web-app --build-arg NEXT_STATIC_BACKEND_URL --build-arg NODE_ENV --build-arg BRANCH --build-arg REACT_PROFILER --ssh default .",
"start:docker": "docker run -p 80:3000 -e NEXT_STATIC_BACKEND_URL=http://localhost:1337 access-progressive-web-app",
"fonts:update": "cd access-pwa-styleguide/src/public/static && cp -R . ../../../../../src/static "
},
"repository": {
"type": "git",
"url": "https://github.com/peaqio/access-pwa.git"
},
"engines": {
"node": "12.6.0"
},
"author": "Yaroslav Strukevich (https://github.com/EpicUsaMan)",
"license": "UNLICENSED",
"dependencies": {
"@babel/core": "^7.8.3",
"@babel/preset-typescript": "^7.6.0",
"@babel/runtime-corejs2": "^7.6.3",
"@material-ui/core": "^4.6.1",
"@material-ui/icons": "^4.5.1",
"@material-ui/styles": "^4.6.0",
"@next/bundle-analyzer": "^9.0.5",
"axios": "^0.19.0",
"babel-plugin-import": "^1.12.2",
"babel-plugin-styled-components": "^1.10.6",
"babel-plugin-transform-react-pure-class-to-function": "^1.0.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-preset-env": "^1.7.0",
"core-js": "^2.6.10",
"jscpd": "^2.0.16",
"jwt-decode": "^2.2.0",
"moment": "^2.24.0",
"next": "^9.1.4",
"next-compose-plugins": "^2.2.0",
"next-manifest": "^3.0.1",
"next-offline": "^4.0.6",
"next-optimized-images": "^2.5.3",
"next-page-transitions": "^1.0.0-beta.2",
"next-redux-wrapper": "^3.0.0",
"nookies": "^2.3.0",
"polished": "^3.4.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-inlinesvg": "^1.2.0",
"react-redux": "^7.1.1",
"redux": "^4.0.4",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"ssl-root-cas": "^1.3.1",
"styled-components": "^4.3.2",
"typescript": "^3.8.3",
"yargs-parser": "^16.1.0",
"access-pwa-styleguide": "file:access-pwa-styleguide"
},
"devDependencies": {
"prettier": "^1.18.2",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^4.0.0",
"tslint-react-hooks": "^2.2.1",
"tslint-sonarts": "^1.9.0",
"typescript-styled-plugin": "^0.14.0",
"@types/axios": "^0.14.0",
"@types/moment": "^2.13.0",
"@types/node": "^12.12.30",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/react-redux": "^7.1.2",
"@types/redux": "^3.6.0",
"@types/redux-devtools-extension": "^2.13.2",
"@types/redux-thunk": "^2.1.0",
"@types/styled-components": "^4.1.19"
}
}