-
Notifications
You must be signed in to change notification settings - Fork 89
/
Copy pathpackage.json
118 lines (118 loc) · 4.14 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
{
"name": "@innovaccer/design-system",
"version": "1.1.0-1",
"description": "React components library project for Innovaccer Design System",
"main": "dist/index.umd.js",
"module": "dist/index.esm.js",
"types": "dist/core/index.type.d.ts",
"directories": {
"css": "css"
},
"scripts": {
"chromatic": "chromatic",
"test": "jest --coverage",
"test:ci": "jest --onlyChanged",
"start": "start-storybook -p 5000",
"dev": "concurrently --kill-others \"npm run watch-css\" \"npm run start\"",
"storybook": "start-storybook",
"build-storybook": "build-storybook -c .storybook -o .dist --loglevel error",
"deploy-storybook": "storybook-to-ghpages",
"setup-css-dev": "./scripts/setup-local-css.sh",
"lint": "tslint --project tsconfig.json 'core/**/*.{tx,tsx}'",
"prettier": "./node_modules/prettier/bin-prettier.js --config ./.prettierrc --write ./core/**/*.tsx",
"build-css": "gulp --gulpfile css/gulpfile.js build",
"clean-css": "gulp --gulpfile css/gulpfile.js clean",
"watch-css": "gulp --gulpfile css/gulpfile.js build && gulp --gulpfile css/gulpfile.js watch",
"build-js": "rm -rf dist/.lib && rollup -c",
"build-type": "rm -rf .lib && tsc -b tsconfig.type.json",
"build": "npm run build-css && npm run build-js",
"version": "./scripts/version.sh"
},
"author": "Innovaccer",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"@babel/preset-typescript": "^7.8.3",
"@rollup/plugin-alias": "^3.0.1",
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-json": "^4.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@rollup/plugin-typescript": "^5.0.2",
"@storybook/addon-a11y": "^5.3.1",
"@storybook/addon-actions": "^5.2.8",
"@storybook/addon-docs": "^5.2.8",
"@storybook/addon-info": "^5.2.8",
"@storybook/addon-knobs": "^5.2.8",
"@storybook/addon-viewport": "^5.3.10",
"@storybook/preset-typescript": "^1.2.0",
"@storybook/react": "^5.2.8",
"@storybook/storybook-deployer": "^2.8.5",
"@testing-library/jest-dom": "^5.11.1",
"@testing-library/react": "^10.4.7",
"@types/enzyme": "^3.10.4",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/jest": "^24.0.24",
"@types/react-dom": "^16.9.4",
"@types/recharts": "^1.8.9",
"@types/throttle-debounce": "^2.1.0",
"autoprefixer": "^9.7.3",
"babel-loader": "^8.0.6",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"concurrently": "^5.1.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.4.3",
"eslint": "^6.8.0",
"fork-ts-checker-webpack-plugin": "^4.0.0-beta.4",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-postcss": "^8.0.0",
"gulp-sourcemaps": "^2.6.5",
"install": "^0.13.0",
"npm": "^6.14.4",
"postcss-color-mod-function": "^3.0.3",
"prettier": "^1.19.1",
"react": "^16.12.0",
"react-docgen-typescript-loader": "^3.6.0",
"react-is": "^16.12.0",
"react-live": "^2.2.2",
"rollup": "^2.0.6",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-node-builtins": "^2.1.2",
"storybook-chromatic": "^3.4.1",
"ts-jest": "^22.4.6",
"ts-loader": "^6.2.1",
"tslint": "^6.0.0-beta0",
"tslint-config-airbnb": "^5.11.2",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^4.1.0",
"ttypescript": "^1.5.10",
"typescript": "^3.7.4",
"typescript-eslint-parser": "^22.0.0",
"typescript-transform-paths": "^1.1.14"
},
"dependencies": {
"@types/classnames": "^2.2.9",
"axios": "^0.19.2",
"classnames": "^2.2.6",
"js-beautify": "^1.11.0",
"react-dom": "^16.8.6",
"react-popper": "^1.3.7",
"recharts": "^1.8.5",
"throttle-debounce": "^2.1.0",
"utility-types": "^3.10.0"
},
"bugs": "https://github.com/innovaccer/design-system/issues",
"homepage": "https://innovaccer.github.io/design-system",
"keywords": [
"React",
"Design System",
"Typescript",
"Innovaccer"
],
"repository": "github:innovaccer/design-system"
}