-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.06 KB
/
package.json
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
{
"name": "modern-js-application",
"version": "1.0.0",
"description": "Yves T, Thibaut G ## About the project This website is a character manager. It allow to list, add, update and delete characters from a database. ## Publishing Soon! ## Link to the website Soon! ### About this version and repository Repository using Challenge Manager to work on enhancement with JS",
"private": true,
"scripts": {
"start": "npx seve -e '*.json,*.md,node_modules,_shared' -p 8000 -i ./dist",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Yves852/modern-js-application.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Yves852/modern-js-application/issues"
},
"homepage": "https://github.com/Yves852/modern-js-application#readme",
"devDependencies": {
"eslint": "^7.32.0",
"prettier": "2.3.2",
"sass": "^1.38.0",
"seve": "^0.10.0",
"webpack": "^5.51.0",
"webpack-cli": "^4.8.0"
},
"dependencies": {
"lodash": "^4.17.21"
}
}