This repository has been archived by the owner on May 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
122 lines (122 loc) · 4.17 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
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "@anynines/design-system",
"version": "0.8.5",
"private": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"animate.css": "^4.1.1",
"array-move": "3.0.1",
"lodash.merge": "^4.6.2",
"react": "^16.14.0",
"react-color": "^2.18.1",
"react-dom": "^16.6.3",
"react-grid-system": "^6.3.0",
"react-hook-form": "^5.2.0",
"react-is": "^16.13.1",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.0",
"react-sortable-hoc": "1.11.0",
"react-svg-loader": "^3.0.3",
"react-syntax-highlighter": "^15.4.3",
"react-table": "7.5.0",
"react-tooltip": "4.2.10",
"regenerator-runtime": "^0.13.7",
"styled-components": "^5.0.1"
},
"scripts": {
"start": "react-scripts start",
"type-check": "tsc --noEmit",
"build": "yarn rm:build && npm run build:types && npm run build:js",
"build:types": "tsc --emitDeclarationOnly && tsc-alias -p tsconfig.json",
"build:js": "babel --config-file ./_.babelrc src --out-dir dist --extensions \".ts,.tsx\" --source-maps inline",
"lint": "yarn lint:js && yarn lint:css",
"lint:js": "yarn eslint src/ --ext .ts,.tsx",
"lint:css": "yarn stylelint './src/**/*.tsx'",
"sb": "yarn storybook",
"storybook": "start-storybook -p 6006",
"build-storybook": "yarn rm:build && build-storybook -s public",
"deploy-storybook": "storybook-to-ghpages",
"check:types": "yarn tsc --noEmit src/**/*.tsx --esModuleInterop --resolveJsonModule --jsx react --skipLibCheck",
"test": "jest --verbose --passWithNoTests",
"test:watch": "jest --verbose --watch --passWithNoTests",
"test:coverage": "jest --verbose --coverage --maxWorkers=4 --passWithNoTests",
"open:coverage": "open ./coverage/lcov-report/index.html",
"rm:build": "rm -rf ./dist/"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
"peerDependencies": {
"react": ">= 16.12.0",
"react-router-dom": "^5.1.2",
"styled-components": ">= 5"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.7",
"@babel/plugin-transform-typescript": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"@storybook/addon-essentials": "^6.1.6",
"@storybook/addon-knobs": "^6.1.6",
"@storybook/addon-links": "^6.1.6",
"@storybook/addons": "^6.1.6",
"@storybook/preset-create-react-app": "2.1.1",
"@storybook/react": "^6.1.6",
"@storybook/storybook-deployer": "^2.8.7",
"@storybook/theming": "^6.1.6",
"@svgr/webpack": "^5.4.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^25.2.3",
"@types/lodash.merge": "^4.6.6",
"@types/node": "^13.13.5",
"@types/react": "^16.9.34",
"@types/react-sortable-hoc": "0.7.1",
"@types/react-table": "7.7.1",
"babel-loader": "^8.0.6",
"babel-plugin-inline-json-import": "^0.3.2",
"babel-plugin-styled-components": "^1.10.7",
"eslint-config-airbnb": "^18.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^4.0.2",
"jest-styled-components": "^7.0.2",
"react-docgen-typescript-loader": "^3.7.2",
"stylelint": "^13.6.0",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-order": "^4.1.0",
"ts-jest": "24.1.0",
"ts-loader": "^7.0.2",
"tsc-alias": "^1.2.6",
"typescript": "^3.8.3"
},
"author": "",
"license": "ISC"
}