-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 879 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 879 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
{
"name": "kendb3-frontend",
"version": "1.0.0",
"description": "Frontend for KenDB3.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production",
"dev": "webpack --mode development --watch"
},
"author": "OLEGSHA <kvadropups@gmail.com>",
"license": "AGPL-3.0-or-later",
"private": true,
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/plugin-transform-class-properties": "^7.18.6",
"@babel/plugin-transform-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.22.10",
"@babel/preset-typescript": "^7.22.5",
"babel-loader": "^9.1.3",
"css-loader": "^6.8.1",
"mini-css-extract-plugin": "^2.7.6",
"sass": "^1.66.1",
"sass-loader": "^13.3.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"jsrender": "^1.0.13"
}
}