-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.67 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.67 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
{
"name": "@node-kernel/core",
"version": "1.0.6",
"description": "NodeJS Kernel",
"main": "index.js",
"repository": "git@github.com:AnthonyDUSART/node-kernel.git",
"author": "AnthonyDUSART <anthony.dusart.pro@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "nodemon src/index.ts",
"build": "tsc --build",
"start": "ts-node src/index.ts",
"assets": "cross-env TS_NODE_PROJECT=\"assets/tsconfig.json\" webpack --config webpack.config.js"
},
"devDependencies": {
"@types/copy-webpack-plugin": "^6.4.1",
"@types/js-yaml": "^4.0.0",
"@types/lodash": "^4.14.168",
"@types/mime-types": "^2.1.0",
"@types/mini-css-extract-plugin": "^1.4.1",
"@types/node": "^14.14.37",
"@types/twig": "^1.12.5",
"copy-webpack-plugin": "^8.1.0",
"css-loader": "^5.2.0",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^1.4.0",
"node-sass": "^5.0.0",
"nodemon": "^2.0.6",
"postcss-loader": "^5.2.0",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"ts-loader": "^8.1.0",
"ts-node": "^9.0.0",
"tsconfig-paths": "^3.9.0",
"typescript": "^4.0.5",
"webpack": "^5.28.0",
"webpack-cli": "^4.6.0"
},
"dependencies": {
"@node-kernel/core": "^1.0.0",
"@types/formidable": "^1.2.1",
"autoloader-ts": "^2.2.1",
"cross-env": "^7.0.3",
"dotenv": "^8.2.0",
"formidable": "^1.2.2",
"js-yaml": "^4.0.0",
"mime-types": "^2.1.30",
"mongodb": "^3.6.5",
"mssql": "^6.3.1",
"mysql": "^2.18.1",
"oracledb": "^5.1.0",
"pg": "^8.5.1",
"reflect-metadata": "^0.1.13",
"sql.js": "^1.5.0",
"sqlite": "^4.0.21",
"twig": "^1.15.4",
"typeorm": "^0.2.32"
}
}