-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.2 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.2 KB
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
71
72
73
74
75
76
77
78
79
{
"name": "@autoschedule/react-elements",
"version": "0.0.0-development",
"description": "",
"main": "lib/index.js",
"module": "es/index.js",
"types": "es/index.d.ts",
"scripts": {
"build:ts": "tsc -p tsconfig.build.json",
"build": "npm run build:ts && npm run build:ts -- -m es6 --outDir es",
"prepublishOnly": "npm run build",
"semantic-release": "semantic-release",
"storybook": "start-storybook -p 9001 -c .storybook",
"watch:ts": "tsc -w",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/AutoScheduleJS/react-elements.git"
},
"private": false,
"publishConfig": {
"tag": "latest",
"access": "public"
},
"keywords": [
"react",
"theme",
"material",
"components",
"ui"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/AutoScheduleJS/react-elements/issues"
},
"homepage": "https://github.com/AutoScheduleJS/react-elements#readme",
"peerDependencies": {
"emotion": "^10.0.5",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"rxjs": "6.5.2"
},
"sideEffects": false,
"devDependencies": {
"@storybook/addon-info": "^5.0.5",
"@storybook/addon-knobs": "^5.0.5",
"@storybook/addon-options": "^5.0.5",
"@storybook/addon-storysource": "^5.0.5",
"@storybook/addon-viewport": "^5.0.5",
"@storybook/addons": "^5.0.5",
"@storybook/react": "^5.0.5",
"@types/jest": "^24.0.12",
"@types/react": "^16.8.10",
"@types/react-dom": "^16.8.4",
"@types/storybook__addon-info": "^4.0.0",
"@types/storybook__addon-knobs": "^4.0.4",
"@types/storybook__addon-options": "^4.0.1",
"@types/storybook__addon-viewport": "^4.1.0",
"@types/storybook__react": "^4.0.1",
"awesome-typescript-loader": "^5.2.1",
"emotion": "^10.0.9",
"jest": "^24.7.1",
"jest-emotion": "^10.0.10",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-testing-library": "^7.0.0",
"semantic-release": "^15.13.24",
"ts-jest": "^24.0.2",
"tslint": "^5.15.0",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^4.0.0",
"typescript": "^3.4.5"
},
"dependencies": {
"observable-hooks": "2.0.2",
"react-spring": "^8.0.19"
}
}