forked from JuanCSUCoder/SystemicWorks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.37 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.37 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
{
"name": "systemic-works",
"version": "2.3.2",
"description": "Systemic Works",
"private": "true",
"scripts": {
"build": "webpack --mode=production",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production",
"watch": "webpack --watch",
"serve": "webpack serve --mode=development --config dev.config.js",
"serve-sw": "webpack serve --mode=development",
"deploy": "gh-pages -d build -b stable",
"test": "echo No test defined"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JuanCSUCoder/SystemicWorks.git"
},
"author": "Juan Camilo Sánchez Urrego <jcsu2019369@gmail.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/JuanCSUCoder/SystemicWorks/issues"
},
"homepage": "https://github.com/JuanCSUCoder/SystemicWorks#readme",
"devDependencies": {
"@webpack-cli/generators": "^2.4.1",
"copy-webpack-plugin": "^9.1.0",
"css-loader": "^6.5.1",
"gh-pages": "^3.2.3",
"html-webpack-plugin": "^5.5.0",
"live-server": "^1.2.1",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.6",
"typescript": "^4.5.2",
"webpack": "^5.64.3",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.5.0"
},
"dependencies": {
"release": "^6.3.0",
"webpack-pwa-manifest": "^4.3.0",
"workbox-webpack-plugin": "^6.4.1",
"ws": "^8.3.0"
}
}