-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 997 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 997 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
34
35
36
37
38
39
{
"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/bootstrap": "^5.1.9",
"@types/express": "^4.17.13",
"@types/node": "~17.0.17",
"connect-livereload": "^0.6.1",
"css-loader": "^6.6.0",
"ejs": "^3.0.2",
"express": "^4.17.2",
"livereload": "^0.9.3",
"mini-css-extract-plugin": "^2.5.3",
"nodemon": "^2.0.15",
"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.1.26"
}
}