UNPKG

1.44 kBJSONView Raw
1{
2 "name": "@preamp/core",
3 "version": "1.0.0-alpha.55",
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.55",
25 "classnames": "^2.2.6",
26 "eslint": "^5.0.0",
27 "lodash": "^4.17.11",
28 "react-modal": "^3.6.1",
29 "react-popper": "^1.3.3",
30 "typescript": "~3.6.2"
31 },
32 "devDependencies": {
33 "@testing-library/dom": "^6.12.2",
34 "@testing-library/react": "^9.4.1",
35 "@testing-library/react-hooks": "^3.2.1",
36 "@types/classnames": "^2.2.6"
37 },
38 "peerDependencies": {
39 "react": "^16.8.6",
40 "react-dom": "^16.8.6"
41 },
42 "engines": {
43 "node": ">=10.10.0",
44 "yarn": ">=1.9.4"
45 },
46 "gitHead": "a12ea8a8f258ba83286d32c0f798520211f5bcdb"
47}