-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
138 lines (138 loc) · 4.15 KB
/
package.json
File metadata and controls
138 lines (138 loc) · 4.15 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
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
137
138
{
"name": "cards3",
"version": "1.3.2",
"description": "evolution web",
"browser": {
"jsonwebtoken": false,
"node-uuid": false,
"winston": false,
"colors": false,
"yaml-js": false,
"mongodb": false,
"./server/database.js": false,
"./shared/utils/logger/index.js": "./shared/utils/logger/logger-browser.js"
},
"scripts": {
"heroku-postbuild": "npm run build",
"start": "npx nodemon --exec ./node_modules/.bin/babel-node server/index.js",
"clean": "npx rimraf dist",
"build": "npm run clean && npm run server:build && npm run client:build",
"server:start": "node dist/server/index.js",
"server:build": "npx webpack --config webpack.server.babel.js",
"client:build": "npx webpack --config webpack.client.babel.js --progress",
"server:clean": "npx rimraf dist/server",
"client:clean": "npx rimraf dist/client",
"test:shared:once": "npx gulp test:shared:once",
"test:shared": "npx gulp test:shared",
"test:client:once": "npx gulp test:client:once",
"test:client": "npx gulp test:client",
"test:server:once": "npx gulp test:server:once",
"test:server": "npx gulp test:server",
"test:all:once": "npx gulp test:all:once",
"test:all": "npx gulp test:all"
},
"repository": {
"type": "git",
"url": "null"
},
"bugs": {
"url": "null"
},
"private": true,
"homepage": "https://github.com/ivan-work/evolution-web",
"author": "null",
"license": "MIT",
"engines": {
"node": "16.18.0",
"npm": "8.19.2"
},
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/runtime": "^7.2.0",
"@material-ui/core": "^4.9.12",
"@material-ui/icons": "^4.9.1",
"body-parser": "^1.18.3",
"classnames": "^2.2.6",
"compression": "^1.7.3",
"cross-env": "^5.2.0",
"debug": "^4.1.1",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"history": "^4.7.2",
"i18n-react": "^0.6.4",
"immutable": "^3.8.2",
"invariant": "^2.2.4",
"jsonwebtoken": "^8.4.0",
"lodash": "^4.17.11",
"memoize-one": "^5.1.1",
"moment": "^2.23.0",
"mongodb": "^3.1.10",
"prop-types": "^15.6.2",
"rc-tooltip": "^3.7.3",
"react": "^16.7.0",
"react-deep-force-update": "^2.1.3",
"react-dom": "^16.7.0",
"react-immutable-proptypes": "^2.1.0",
"react-redux": "^6.0.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-string-replace": "^0.4.1",
"react-transition-group": "^1.2.1",
"recompose": "^0.30.0",
"redux": "^4.0.1",
"redux-immutable": "^4.0.0",
"redux-thunk": "^2.3.0",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"source-map-support": "^0.5.10",
"uuid": "^3.3.2",
"validatorjs": "^3.15.1",
"velocity-animate": "^1.5.2",
"winston": "^2.4.4",
"winston-google-spreadsheet": "0.0.5",
"winston-null": "^2.0.0",
"yaml-js": "^0.2.3"
},
"devDependencies": {
"@babel/node": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/polyfill": "^7.4.3",
"@babel/preset-env": "^7.2.3",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.4.0",
"babel-loader": "^8.0.5",
"babel-node": "^0.0.1-security",
"babel-plugin-root-import": "^6.1.0",
"chai": "^4.3.6",
"chai-immutable": "^2.1.0",
"css-loader": "^2.1.0",
"enzyme": "^3.8.0",
"file-loader": "^3.0.1",
"flow-bin": "^0.98.1",
"gulp": "^4.0.0",
"gulp-mocha": "^6.0.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^5.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"ignore-styles": "^5.0.1",
"jsdom": "^13.1.0",
"mocha": "^5.2.0",
"nodemon": "^1.18.9",
"react-dnd-test-backend": "^7.0.2",
"rimraf": "^2.6.3",
"sass": "^1.55.0",
"sass-loader": "^7.1.0",
"sinon": "^7.2.2",
"style-loader": "^0.23.1",
"webpack": "^4.46.0",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.2.3",
"webpack-dev-middleware": "^3.5.0",
"webpack-hot-middleware": "^2.24.3"
}
}