-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 899 Bytes
/
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
33
34
35
36
{
"name": "mobystk",
"version": "1.0.2",
"repository": "https://github.com/josejefferson/mobystk",
"author": "Jefferson Dantas <jeffersonn.jjdaj@gmail.com>",
"type": "module",
"scripts": {
"dev": "node esbuild.config.js --watch",
"build": "node esbuild.config.js",
"format": "prettier -w .",
"lint": "eslint src",
"test": "tsc --noEmit",
"prepare": "husky install"
},
"devDependencies": {
"@josejefferson/eslint-config-typescript": "^1.1.0",
"@types/chroma-js": "^3.1.1",
"esbuild": "^0.20.2",
"esbuild-plugin-clean": "^1.0.1",
"eslint": "^8",
"husky": "^8.0.3",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"rimraf": "^3.0.2",
"typescript": "^4.8.2"
},
"dependencies": {
"@simonwep/pickr": "^1.8.2",
"@types/semver": "^7.5.8",
"chart.js": "^4.4.7",
"chroma-js": "^3.1.2",
"nipplejs": "^0.9.1",
"semver": "^7.6.3",
"store2": "^2.14.2"
}
}