-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 857 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 857 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
{
"name": "local-storage-database",
"version": "1.0.1",
"main": "release/localDatabase.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/agrublev/local-storage-database.git"
},
"author": "Angel Grablev",
"scripts": {
"start": "parcel index.html --no-cache --port 5212",
"build": "webpack",
"build:p": "parcel build index.html --no-cache",
"build:c": "parcel build js/main.js --no-cache --out-dir distComp --no-source-maps"
},
"devDependencies": {
"less": "^3.11.2",
"npm-run-all": "^4.1.5",
"parcel": "^1.12.4",
"parcel-plugin-clean-dist": "^0.0.6",
"prettier": "^2.0.5",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"jquery": "^3.5.1"
}
}