forked from nullstack/nullstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 935 Bytes
/
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
{
"name": "nullstack",
"version": "0.15.8",
"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.2.2",
"@babel/traverse": "^7.2.2",
"body-parser": "^1.19.0",
"commander": "^8.3.0",
"cors": "^2.8.5",
"css-loader": "^6.6.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"fs-extra": "^10.0.0",
"mini-css-extract-plugin": "^2.4.5",
"node-fetch": "2.6.7",
"nodemon-webpack-plugin": "^4.3.1",
"sass": "^1.32.11",
"sass-loader": "^8.0.2",
"swc-loader": "^0.2.0",
"terser-webpack-plugin": "^5.3.0",
"webpack": "^5.65.0",
"ws": "^7.4.4"
}
}