-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.51 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.51 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
{
"name": "nukejs.micro",
"version": "1.0.0",
"description": "NukeJS framework",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx webpack --mode=production --node-env=production",
"build:dev": "npx webpack --mode=development",
"build:prod": "npx webpack --mode=production --node-env=production",
"watch": "npx webpack --watch",
"serve": "npx webpack serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/steveleetn91/NukeJS.micro.git"
},
"keywords": [
"stevelee",
"nukejs",
"nukejs",
"micro",
"vn",
"native",
"framework"
],
"author": "stevelee",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/steveleetn91/NukeJS.micro/issues"
},
"homepage": "https://github.com/steveleetn91/NukeJS.micro#readme",
"dependencies": {
"autoprefixer": "^10.4.14",
"nukejs-loader": "^1.0.98",
"nukejs-router": "^1.1.15",
"nukejscore": "^1.0.97"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"@webpack-cli/generators": "^3.0.1",
"babel-loader": "^9.1.2",
"css-loader": "^6.7.3",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.7.3",
"postcss": "^8.4.21",
"postcss-loader": "^7.0.2",
"sass": "^1.59.3",
"sass-loader": "^13.2.0",
"webpack": "^5.76.2",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.12.0",
"workbox-webpack-plugin": "^6.5.4"
}
}