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
45 lines (45 loc) · 1.33 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.33 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": "nullstack",
"version": "0.16.5",
"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": {
"@babel/core": "^7.18.13",
"@babel/parser": "7.17.12",
"@babel/preset-env": "^7.18.10",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-export-default-from": "^7.18.10",
"@babel/plugin-transform-react-jsx": "^7.18.10",
"@babel/plugin-transform-typescript": "^7.18.12",
"@babel/preset-react": "^7.18.6",
"@babel/traverse": "7.17.12",
"@swc/core": "1.2.179",
"babel-loader": "^8.2.5",
"body-parser": "1.20.0",
"commander": "8.3.0",
"copy-webpack-plugin": "^11.0.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.8.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",
"webpack-dev-server": "4.9.0",
"ws": "7.5.7"
}
}