-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json.bak
More file actions
33 lines (33 loc) · 818 Bytes
/
package.json.bak
File metadata and controls
33 lines (33 loc) · 818 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": "bs-datatable-testapp",
"version": "1.0.0",
"description": "test app for bs-datatable package",
"main": "app-client/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-dev": "webpack --mode=development",
"build": "webpack",
"start": "node app.js",
"watch": "nodemon app.js --ext *"
},
"keywords": [
"bs-datatable",
"testapp"
],
"author": "Shahid Ali",
"license": "MIT",
"devDependencies": {
"@types/node": "~17.0.17",
"css-loader": "^6.6.0",
"mini-css-extract-plugin": "^2.5.3",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.6",
"typescript": "^4.5.5",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"bootstrap-icons": "^1.8.1",
"bs-datatable": "^1.0.41",
"express": "^4.17.2"
}
}