forked from nullstack/nullstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 922 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 922 Bytes
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
{
"name": "nullstack",
"version": "0.15.10",
"description": "Full-stack Javascript Components for one-dev armies",
"main": "nullstack.js",
"author": "Mortaro",
"repository": "github:nullstack/nullstack",
"homepage": "https://nullstack.app",
"license": "MIT",
"bin": {
"nullstack": "./scripts/index.js"
},
"types": "./types/index.d.ts",
"dependencies": {
"@swc/core": "1.2.179",
"@babel/parser": "7.17.12",
"@babel/traverse": "7.17.12",
"body-parser": "1.20.0",
"commander": "8.3.0",
"cors": "2.8.5",
"css-loader": "6.7.1",
"dotenv": "8.6.0",
"express": "4.18.1",
"fs-extra": "10.1.0",
"mini-css-extract-plugin": "2.6.0",
"node-fetch": "2.6.7",
"nodemon-webpack-plugin": "4.7.1",
"sass": "1.51.0",
"sass-loader": "8.0.2",
"swc-loader": "0.2.1",
"terser-webpack-plugin": "5.3.1",
"webpack": "5.72.1",
"ws": "7.5.7"
}
}