generated from devx-agency-deprecated/devx-next-js-starterpack
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
91 lines (91 loc) · 2.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
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
{
"name": "bhe-be-ui-v2",
"version": "0.2.0-beta5",
"private": true,
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "better-npm-run start",
"test": "jest",
"test:watch": "jest --watch"
},
"betterScripts": {
"start": {
"command": "node server.js",
"env": {
"NODE_ENV": "production"
}
}
},
"dependencies": {
"@bheui/components": "1.0.0-beta6",
"@bheui/server-functions": "^0.1.3",
"@fluentui/react": "^7.153.3",
"@uifabric/experiments": "^7.37.2",
"@uifabric/fluent-theme": "^7.3.47",
"@uifabric/icons": "^7.5.17",
"axios": "^0.21.1",
"better-npm-run": "^0.1.1",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"devx-js-utilities": "^0.1.5",
"express": "^4.17.1",
"i18next-intervalplural-postprocessor": "^2.0.2",
"next": "10.0.3",
"next-i18next": "^7.0.1",
"next-redux-wrapper": "^6.0.2",
"node-sass": "^5.0.0",
"office-ui-fabric-core": "^11.0.0",
"prom-client": "^13.0.0",
"ramda": "^0.27.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-redux": "^7.2.2",
"react-toastr": "^3.0.0",
"redux": "^4.0.5",
"redux-observable": "^1.2.0",
"redux-thunk": "^2.3.0",
"reduxsauce": "^1.2.0",
"rxjs": "^6.6.3",
"sass": "^1.29.0",
"seamless-immutable": "^7.1.4"
},
"devDependencies": {
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-flow": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-flow": "^7.10.4",
"@babel/register": "^7.12.1",
"@babel/runtime": "^7.12.5",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"babel-eslint": "^10.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"eslint": "^7.14.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.5",
"flow-bin": "^0.138.0",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"redux-logger": "^3.0.6"
},
"jest": {
"clearMocks": true,
"collectCoverage": true,
"coverageDirectory": ".coverage",
"collectCoverageFrom": [
"src/**/*.{js,jsx}"
]
}
}