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
42 lines (42 loc) · 1.17 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.17 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
{
"name": "nullstack",
"version": "0.20.4",
"description": "Feature-Driven Full Stack JavaScript Components",
"main": "./types/index.d.ts",
"author": "Mortaro",
"repository": "github:nullstack/nullstack",
"homepage": "https://nullstack.app",
"license": "MIT",
"bin": {
"nullstack": "./scripts/index.js"
},
"types": "./types/index.d.ts",
"scripts": {
"lint": "eslint \"**/*.{js,jsx,ts,tsx,njs,nts}\" --fix"
},
"dependencies": {
"@swc/core": "1.3.35",
"body-parser": "1.20.1",
"commander": "10.0.0",
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.7.3",
"css-minimizer-webpack-plugin": "5.0.1",
"dotenv": "16.0.3",
"eslint-plugin-nullstack": "0.0.26",
"express": "4.18.2",
"fs-extra": "11.1.0",
"lightningcss": "1.21.5",
"mini-css-extract-plugin": "2.7.2",
"node-fetch": "2.6.7",
"nodemon-webpack-plugin": "4.8.1",
"sass": "1.58.0",
"sass-loader": "13.2.0",
"style-loader": "3.3.3",
"swc-loader": "0.2.3",
"swc-plugin-nullstack": "0.1.3",
"terser-webpack-plugin": "5.3.6",
"webpack": "5.88.2",
"webpack-hot-middleware": "2.25.4",
"webpack-dev-middleware": "6.1.1"
}
}