-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 817 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 817 Bytes
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
{
"name": "systemet",
"version": "1.0.2",
"description": "systemet",
"sideEffects": false,
"scripts": {
"clean": "rm -rf build",
"dev": "webpack --watch --config webpack.config.dev.js",
"start": "./server/index.js ./build",
"build": "webpack --config webpack.config.js"
},
"author": "christoferpak@gmail.com",
"license": "ISC",
"dependencies": {
"@types/cheerio": "^0.22.35",
"cheerio": "^1.0.0-rc.12"
},
"devDependencies": {
"@types/chrome": "^0.0.263",
"@types/webpack": "^5.28.5",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.10.0",
"html-webpack-plugin": "^5.6.0",
"http-server": "^14.1.1",
"style-loader": "^3.3.4",
"ts-loader": "^9.5.1",
"typescript": "^5.4.2",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
}
}