-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 938 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 938 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
32
33
{
"name": "dSyncro.github.io",
"version": "1.0.0",
"description": "Domenico Mancini's personal portfolio",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --config webpack/webpack.dev.js",
"build": "webpack --config webpack/webpack.production.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dSyncro/dSyncro.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dSyncro/dSyncro.github.io/issues"
},
"homepage": "https://github.com/dSyncro/dSyncro.github.io#readme",
"devDependencies": {
"css-loader": "^5.2.6",
"mini-css-extract-plugin": "^1.6.0",
"sass": "^1.34.0",
"sass-loader": "^12.0.0",
"style-loader": "^2.0.0",
"ts-loader": "^9.2.2",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.0",
"webpack-merge": "^5.7.3"
}
}