-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
109 lines (109 loc) · 3.39 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "@logickit/logickit-decore",
"version": "1.0.17",
"description": "Decore is Logickit UI KIT Package",
"main": "build/lib/index.js",
"types": "build/lib/index.d.ts",
"scripts": {
"test": "jest",
"lint": "eslint src --ext .ts,.tsx --fix",
"build": "tsc",
"format": "prettier --write 'src/**/*.{js,jsx,css,scss,tsx,ts}'",
"start": "start-storybook -p 4008",
"generate": "plop --plopfile ./.plop/plop.config.js",
"deploy-storybook": "storybook-to-ghpages",
"build-storybook": "build-storybook"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint && npm run format && npm run test"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/logickit-io/Decore.git"
},
"keywords": [
"decore",
"uikit",
"logickit"
],
"author": "Logickit <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/logickit-io/Decore/issues"
},
"homepage": "https://github.com/logickit-io/Decore#readme",
"dependencies": {
"@types/bootstrap": "^4.3.1",
"@types/react-burger-menu": "^2.2.5",
"@types/react-inlinesvg": "^0.8.1",
"@types/react-lazyload": "^2.5.0",
"@types/react-table": "^6.8.4",
"@types/react-transition-group": "^2.9.2",
"@types/reactstrap": "^8.0.1",
"bootstrap": "^4.3.1",
"polished": "^3.4.0",
"query-string": "^6.8.2",
"react-burger-menu": "^2.6.10",
"react-inlinesvg": "^0.8.4",
"react-input-range": "^1.3.0",
"react-lazyload": "^2.6.2",
"react-slick": "^0.24.0",
"react-table": "^6.10.0",
"react-transition-group": "^4.2.1",
"reactstrap": "^8.0.1",
"slick-carousel": "^1.8.1",
"styled-components": "^4.2.0"
},
"peerDependencies": {
"react": "^16.8.4",
"react-dom": "^16.8.4",
"styled-components": "^4.2.0"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@storybook/addon-actions": "v5.2.0-alpha.38",
"@storybook/addon-info": "^5.1.9",
"@storybook/addon-knobs": "^5.0.1",
"@storybook/addon-links": "^5.0.1",
"@storybook/addons": "^5.0.1",
"@storybook/react": "^5.0.1",
"@storybook/storybook-deployer": "^2.3.0",
"@types/jest": "^23.3.2",
"@types/react": "^16.8.23",
"@types/react-slick": "^0.23.4",
"@types/react-test-renderer": "^16.8.1",
"@types/storybook__addon-actions": "^3.4.2",
"@types/storybook__addon-info": "^4.1.1",
"@types/storybook__addon-knobs": "^4.0.4",
"@types/storybook__react": "^4.0.1",
"@types/styled-components": "^4.1.12",
"@typescript-eslint/eslint-plugin": "^1.11.0",
"@typescript-eslint/parser": "^1.11.0",
"@typescript-eslint/typescript-estree": "^1.11.0",
"awesome-typescript-loader": "^5.2.1",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.5",
"cache-loader": "^1.2.2",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-prettier": "^6.0.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.2",
"husky": "^1.0.0-rc.15",
"jest": "^23.6.0",
"jest-styled-components": "^6.2.1",
"matchmedia-polyfill": "^0.3.2",
"plop": "^2.1.0",
"prettier": "^1.18.2",
"react-docgen-typescript-loader": "^3.0.1",
"react-test-renderer": "^16.5.2",
"style-loader": "0.23.1",
"ts-jest": "^23.10.1",
"ts-loader": "^6.0.4",
"typescript": "^3.5.3"
}
}