-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.13 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.13 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
{
"name": "nephele",
"version": "1.0.0",
"main": ".dist/main.js",
"repository": "git@github.com:prutcommerce/nephele.git",
"author": "radu <radu.buciuceanu@gmail.com>",
"license": "MIT",
"packageManager": "yarn@3.2.1",
"scripts": {
"build": "webpack -c .pack/config.prod.js",
"install": "yarn build"
},
"bin": {
"nephele.create.migration": "bin/create-migration.js",
"nephele.create.seed": "bin/create-seed.js"
},
"dependencies": {
"@swc/core": "1.2.179",
"axios": "0.27.2",
"axios-oauth-client": "1.5.0",
"axios-token-interceptor": "0.2.0",
"cors": "2.8.5",
"express-graphql": "0.12.0",
"lodash": "4.17.21",
"moment": "2.29.3",
"morgan": "1.10.0",
"ramda": "0.28.0",
"raw-loader": "4.0.2",
"source-map-support": "0.5.21",
"swc-loader": "0.2.0",
"umzug": "3.1.1",
"webpack": "5.72.0",
"webpack-cli": "4.9.2",
"webpack-merge": "5.8.0",
"winston": "3.7.2",
"winston-transport": "4.5.0"
},
"peerDependencies": {
"express": "4.18.1",
"graphql": "16.5.0",
"mariadb": "3.0.0",
"sequelize": "6.19.0",
"yup": "0.32.11"
}
}