-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.04 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.04 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
{
"name": "demee.github.io",
"version": "1.0.0",
"description": "[](https://app.netlify.com/projects/demee-org/deploys)",
"homepage": "https://github.com/demee/demee.github.io#readme",
"bugs": {
"url": "https://github.com/demee/demee.github.io/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/demee/demee.github.io.git"
},
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"build": "webpack --mode production",
"dev": "webpack serve --mode development"
},
"devDependencies": {
"css-loader": "^6.10.0",
"html-webpack-plugin": "^5.6.0",
"style-loader": "^3.3.4",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.90.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"@demee/anigraph-ui": "^1.6.2"
}
}