-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
136 lines (136 loc) · 4.18 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
{
"name": "Eventplanner",
"version": "1.0.0",
"description": "planner for events",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --public dev.fochlac.com --hot --inline",
"test": "jest -b",
"test-ui": "instant-mocha --webpack-config ./test/webpack.config.js --instant-mocha \"test/client/uitests/setup.js\" \"test/client/uitests/**/*.spec.js\"",
"coverage": "jest --coverage && codecov --token=ba929a70-e33e-4f56-a89b-95a78037060e",
"build": "webpack",
"watch": "webpack -w"
},
"jest": {
"coverageDirectory": "./coverage/",
"coveragePathIgnorePatterns": [
"<rootDir>/test/",
"<rootDir>/node_modules/",
"components/(raw|dialog|connected)/[^/]*.js$"
],
"collectCoverageFrom": [
"client/components/**/*.{js,jsx}",
"client/store/**/*.{js,jsx}",
"client/utils/**/*.{js,jsx}"
],
"setupFiles": [
"./test/client/unittests/setup.js"
],
"moduleFileExtensions": [
"js",
"jsx"
],
"moduleDirectories": [
"node_modules"
],
"moduleNameMapper": {
"^COMPONENTS(.*)$": "<rootDir>/client/components$1",
"^RAW(.*)$": "<rootDir>/client/components/raw$1",
"^DIALOG(.*)$": "<rootDir>/client/components/dialog$1",
"^CONNECTED(.*)$": "<rootDir>/client/components/connected$1",
"^UTILS(.*)$": "<rootDir>/client/utils$1",
"^PAGES(.*)$": "<rootDir>/client/components/views$1",
"^STORE(.*)$": "<rootDir>/client/store$1",
"^T_RES(.*)$": "<rootDir>/test/client/resources$1",
"^T_UI(.*)$": "<rootDir>/test/client/uitests$1",
"^SW(.*)$": "<rootDir>/test/client/unittests$1",
"^T_UNIT(.*)$": "<rootDir>/test/client/unittests$1",
"\\.(css|less)$": "<rootDir>/test/client/unittests/styleMock.js"
},
"roots": [
"./test/client/unittests"
],
"snapshotSerializers": [
"enzyme-to-json/serializer"
],
"testURL": "https://food.fochlac.com/test123"
},
"browserslist": [
"last 3 versions",
"> 1%"
],
"author": "",
"license": "ISC",
"dependencies": {
"@reaktor/react-pikaday-component": "^2.2.0",
"body-parser": "^1.18.3",
"compression": "^1.7.3",
"express": "^4.15.3",
"gmail-send": "^1.2.11",
"jsdom": "^11.12.0",
"jsonwebtoken": "^8.3.0",
"mattermost-client": "^4.3.0",
"multer": "^1.4.0",
"mysql": "^2.16.0",
"node-schedule": "^1.3.0",
"path": "^0.12.7",
"pikaday": "^1.7.0",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-redux": "^5.0.6",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"redux": "^3.7.2",
"regenerator-runtime": "^0.14.1",
"shallow-equals": "^1.0.0",
"url-loader": "^1.1.1",
"web-push": "^3.3.3",
"x-xss-protection": "^1.0.0"
},
"devDependencies": {
"@beyonk/google-fonts-webpack-plugin": "1.7.0",
"autoprefixer": "^7.2.5",
"babel-cli": "^6.24.1",
"babel-core": "^6.26.3",
"babel-jest": "^22.4.4",
"babel-js-to-jsx": "^2.0.3",
"babel-loader": "^7.1.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-polyfill": "^6.26.0",
"babel-preset-babili": "^0.1.4",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"chai": "^4.2.0",
"chromedriver": "^96.0.0",
"codecov": "^3.1.0",
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^0.28.4",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"enzyme-to-json": "^3.3.4",
"file-api": "^0.10.4",
"file-loader": "6.2.0",
"html-webpack-plugin": "^4.5.2",
"ignore-styles": "^5.0.1",
"instant-mocha": "1.2.0",
"jest": "^23.6.0",
"less": "^3.8.1",
"less-loader": "^7.3.0",
"mini-css-extract-plugin": "^1.6.2",
"mocha": "^6.2.3",
"null-loader": "^0.1.1",
"postcss-less": "^1.1.3",
"postcss-loader": "^4.3.0",
"selenium-webdriver": "^3.6.0",
"serviceworker-webpack-plugin": "^1.0.1",
"sinon": "^4.4.10",
"style-loader": "^1.3.0",
"webpack": "^4.47.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.15.2",
"webpack-node-externals": "^3.0.0"
}
}