UNPKG

1.47 kBJSONView Raw
1{
2 "name": "@preamp/core",
3 "version": "1.0.0-alpha.71",
4 "description": "VideoAmp's Component library",
5 "repository": "git@github.com:videoamp/preamp",
6 "author": "VideoAmp <geeks@videoamp.com>",
7 "license": "MIT",
8 "files": [
9 "lib"
10 ],
11 "main": "lib/index",
12 "sideEffects": false,
13 "scripts": {
14 "start": "yarn compile --watch --preserveWatchOutput",
15 "build": "yarn clean && yarn lint && yarn compile",
16 "compile": "tsc --skipLibCheck",
17 "lint": "eslint ./ --ignore-path '../../.eslintignore' --ext ts,tsx",
18 "prepublishOnly": "yarn build",
19 "clean": "rm -rf lib",
20 "nuke": "rm -rf node_modules",
21 "clean:all": "yarn clean & yarn nuke"
22 },
23 "dependencies": {
24 "@preamp/signal": "^1.0.0-alpha.71",
25 "classnames": "^2.2.6",
26 "eslint": "^5.0.0",
27 "lodash": "^4.17.11",
28 "numeral": "^2.0.6",
29 "react-modal": "^3.6.1",
30 "react-popper": "^1.3.3",
31 "typescript": "~3.6.2"
32 },
33 "devDependencies": {
34 "@testing-library/dom": "^6.12.2",
35 "@testing-library/react": "^9.4.1",
36 "@testing-library/react-hooks": "^3.2.1",
37 "@types/classnames": "^2.2.6"
38 },
39 "peerDependencies": {
40 "react": "^16.8.6",
41 "react-dom": "^16.8.6"
42 },
43 "engines": {
44 "node": ">=10.10.0",
45 "yarn": ">=1.9.4"
46 },
47 "gitHead": "f08a7883acc8be803b050f494c77aeaa47f2fb93"
48}