-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
122 lines (122 loc) · 4.19 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": "@rookies-team/design",
"version": "0.25.4",
"author": "Rookies Team",
"description": "Rookies Design System",
"homepage": "https://github.com/42-world/rookies-Design-System",
"main": "dist/js/index.cjs",
"types": "dist/types/index.d.ts",
"module": "dist/js/index.mjs",
"repository": {
"type": "git",
"url": "https://github.com/42-world/rookies-Design-System"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist/js",
"dist/types",
"style.css",
"tailwind.config.js"
],
"license": "MIT",
"scripts": {
"dev": "concurrently 'yarn:dev:*'",
"dev:storybook": "storybook dev -p 6006",
"dev:framer": "node .build/esmbuild.js serve 8000",
"dev:tailwind": "tailwindcss -i ./src/styles/tailwind.css -o ./src/styles/_tailwind.css --watch",
"build": "yarn concurrently 'yarn:pre-build:*' && concurrently 'yarn:build:*'",
"build:js": "node .build/esmbuild.js build",
"build:types": "tsc -p tsconfig.build.json --emitDeclarationOnly --outDir ./dist/types",
"build:storybook": "storybook build -o ./dist/storybook",
"pre-build:clear": "rm -rf dist && rm style.css || true",
"pre-build:tailwind": "tailwindcss -i ./src/styles/tailwind.css -o ./src/styles/_tailwind.css",
"ci": "yarn concurrently 'yarn:ci:*'",
"ci:test": "jest --ci --coverage",
"ci:lint": "eslint 'src/**/*.{ts,tsx}' --config .eslintrc.js",
"ci:format": "prettier --check src/**/*.{ts,tsx}",
"ci:typecheck": "tsc --noEmit --pretty --project tsconfig.json",
"format:fix": "prettier --cache --write ./src",
"version": "echo $npm_package_version",
"template": "plop",
"prepare": "node .script/postinstall.js && husky install && bash -c 'chmod ug+x .husky/*'"
},
"dependencies": {
"@svgr/core": "^8.0.0",
"classnames": "^2.3.2",
"framer-motion": "^10.12.4",
"tailwind-merge": "^1.13.2"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.0.0-0",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.5",
"@material-design-icons/svg": "^0.14.9",
"@storybook/addon-actions": "^7.0.7",
"@storybook/addon-essentials": "^7.0.7",
"@storybook/addon-interactions": "^7.0.7",
"@storybook/addon-links": "^7.0.7",
"@storybook/addon-mdx-gfm": "^7.0.7",
"@storybook/addon-styling": "^1.0.8",
"@storybook/node-logger": "^7.0.7",
"@storybook/react": "^7.0.7",
"@storybook/react-webpack5": "^7.0.7",
"@storybook/testing-library": "^0.1.0",
"@svgr/webpack": "^8.0.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/babel-core": "^6.25.7",
"@types/jest": "^29.5.2",
"@types/node": "^18.11.6",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"autoprefixer": "^10.4.14",
"babel-plugin-named-exports-order": "^0.0.2",
"change-case": "^4.1.2",
"concurrently": "^8.0.1",
"esbuild": "^0.12.15",
"esbuild-plugin-svgr": "^2.0.0",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^27.2.2",
"eslint-plugin-jest-dom": "^5.0.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^5.11.0",
"framer": "^2.3.0",
"fs-extra": "^10.0.0",
"globby": "^11.0.4",
"husky": "^8.0.3",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
"less": "^3.5",
"lint-staged": "^13.2.3",
"plop": "^3.1.2",
"postcss": "^8.4.23",
"postcss-discard-comments": "^6.0.0",
"postcss-modules": "^4.1.3",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.3.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.0.7",
"storybook-addon-turbo-build": "^2.0.1",
"storybook-dark-mode": "^3.0.0",
"tailwindcss": "^3.3.2",
"tmp": "^0.2.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"webpack": "^5"
}
}