This repository has been archived by the owner on May 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.2 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "@psycle/repsycle",
"version": "0.0.36",
"description": "Psycle Research front-end toolkit",
"author": "Psycle Research",
"keywords": [
"psycle",
"repsycle"
],
"license": "MIT",
"homepage": "https://github.com/PsycleResearch/repsycle-front#readme",
"repository": "psycleresearch/repsycle-front",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rollup -c",
"dev": "rollup -cw",
"lint": "eslint ./src/** -c .eslintrc.json --fix --ext ts,tsx --no-error-on-unmatched-pattern",
"release": "yarn build && yarn publish",
"clean": "rm -rf dist/",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@svgdotjs/svg.js": "^3.0.16",
"interactjs": "^1.10.14",
"lodash": "^4.17.21"
},
"peerDependencies": {
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/helper-get-function-arity": "^7.16.7",
"@babel/preset-env": "^7.18.2",
"@babel/preset-typescript": "^7.17.12",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-typescript": "^8.3.0",
"@storybook/addon-actions": "^6.5.12",
"@storybook/addon-essentials": "^6.5.12",
"@storybook/addon-links": "^6.5.12",
"@storybook/builder-webpack5": "^6.5.12",
"@storybook/manager-webpack5": "^6.5.12",
"@storybook/react": "^6.5.12",
"@types/react": "^17",
"@types/react-dom": "^17",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"babel-loader": "^8.2.2",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-storybook": "^0.6.6",
"eslint-plugin-unused-imports": "^2.0.0",
"install-peers-cli": "^2.2.0",
"prettier": "^2.6.2",
"react": "^17",
"react-dom": "^17",
"rollup": "^2.56.3",
"rollup-plugin-cleaner": "^1.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"tslib": "^2.3.1",
"typescript": "^4.6.4"
}
}