-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.56 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.56 KB
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
{
"name": "@pwrdrvr/microapps-app-release",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/pwrdrvr/microapps-app-release.git"
},
"author": "PwrDrvr LLC",
"license": "MIT",
"homepage": "https://github.com/pwrdrvr/microapps-core#readme",
"scripts": {
"debug": "ENVIRONMENT=.env.development NODE_OPTIONS='--inspect' next dev",
"dev": "DEBUG=true next dev",
"build": "next build",
"build:serverless": "serverless",
"start": "next start",
"copy-router": "cp ../../node_modules/@pwrdrvr/serverless-nextjs-router/lib/index.js .serverless_nextjs/",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.19.0",
"@aws-sdk/lib-dynamodb": "^3.19.0",
"@carbon/themes": "^10.30.0",
"@pwrdrvr/microapps-datalib": "^0.0.25",
"@reduxjs/toolkit": "^1.8.6",
"carbon-components": "^10.58.3",
"carbon-components-react": "^8.14.0",
"carbon-icons": "^7.0.7",
"clsx": "^1.1.1",
"encoding": "^0.1.13",
"immutable": "^4.0.0",
"lambda-log": "^2.4.0",
"next": "~12.3.1",
"next-redux-wrapper": "^7.0.5",
"node-fetch": "^2.6.1",
"prop-types": "^15.8.1",
"react": "^17.0.0",
"react-base-table": "^1.12.0",
"react-dom": "^17.0.0",
"react-overlays": "^5.0.0",
"react-redux": "^8.0.4",
"redux-thunk": "^2.4.1",
"semver": "^6.3.0",
"styled-components": "^5.3.6",
"tslib": "^2.0.0"
},
"devDependencies": {
"@pwrdrvr/microapps-publish": "^0.0.26",
"@pwrdrvr/serverless-nextjs-router": "^0.0.4",
"@sls-next/serverless-component": "^1.19.0",
"@storybook/addon-actions": "^6.2.8",
"@storybook/addon-essentials": "^6.2.8",
"@storybook/addon-links": "^6.2.8",
"@storybook/preset-scss": "^1.0.3",
"@storybook/preset-typescript": "^3.0.0",
"@storybook/react": "^6.2.8",
"@types/carbon-components-react": "^7.30.0",
"@types/lambda-log": "^2.2.0",
"@types/node": "^14.14.31",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/semver": "^7.3.4",
"@types/styled-components": "^5.1.9",
"css-loader": "^5.2.2",
"file-loader": "^6.2.0",
"sass": "^1.32.8",
"sass-loader": "^10.1.5",
"serverless": "^2.28.0",
"style-loader": "^1.3.0",
"typescript": "^4.3.5"
}
}