-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 1.34 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
{
"scripts": {
"prepare": "husky install",
"start": "parcel \"/Users/ding/Documents/Code/Github/practice-of-Rhythm/Udemy/JS/17 Modern-JS-Modules-Tooling/index.html\"",
"build": "parcel build \"/Users/ding/Documents/Code/Github/practice-of-Rhythm/Udemy/JS/17 Modern-JS-Modules-Tooling/index.html\""
},
"dependencies": {
"core-js": "^3.37.1",
"jsonpath": "^1.1.1",
"leaflet": "^1.9.4",
"lodash-es": "^4.17.21",
"regenerator-runtime": "^0.14.1",
"solc": "^0.8.26"
},
"devDependencies": {
"@types/node": "^20.14.11",
"hardhat": "^2.22.15",
"husky": "^9.0.11",
"parcel": "^2.12.0"
},
"name": "practice-of-rhythm",
"description": "> Practice is the sole criterion of truth.\r >\r > - Make English as your working language.\r > - Practice makes perfect.\r > - All experience comes from mistakes.\r > - Talk is cheap show me the code.\r > - Either outstanding or out.\r > - Stay foolish Stay hungry.\r > - Three questions to ask at work: Am I happy? Am I rich? Is it meaningful?\r > - The journey is the reward.\r > - Hindsight leads to better choices.\r > - Embrace failure as a part of success.\r > - Be open to the small things.\r > - Find your why.\r > - Overcome fear and doubt.\r > - Learn resilience.",
"version": "1.0.0",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC"
}