2021-05-11 02:07:01 +07:00
|
|
|
{
|
|
|
|
"name": "@freecodecamp/ui",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"author": "freeCodeCamp <team@freecodecamp.org>",
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"description": "The freeCodeCamp.org open-source UI components",
|
|
|
|
"main": "index.js",
|
|
|
|
"private": true,
|
|
|
|
"engines": {
|
2021-11-02 17:01:45 +05:30
|
|
|
"node": ">=16",
|
|
|
|
"npm": ">=8"
|
2021-05-11 02:07:01 +07:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/freeCodeCamp/freeCodeCamp.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/freeCodeCamp/freeCodeCamp/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/freeCodeCamp/freeCodeCamp#readme",
|
|
|
|
"dependencies": {
|
2021-12-31 00:41:57 +00:00
|
|
|
"@babel/preset-typescript": "7.16.7",
|
2021-05-11 02:07:01 +07:00
|
|
|
"react": "16.14.0",
|
2021-09-28 16:06:21 +05:00
|
|
|
"react-dom": "16.14.0",
|
2022-03-01 05:47:11 +00:00
|
|
|
"typescript": "4.6.2"
|
2021-05-11 02:07:01 +07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-03-19 00:23:57 +00:00
|
|
|
"@babel/core": "7.17.8",
|
2022-01-20 22:47:05 +05:30
|
|
|
"@babel/preset-env": "7.16.11",
|
2022-02-23 00:24:05 +00:00
|
|
|
"@rollup/plugin-babel": "5.3.1",
|
2021-07-26 15:48:34 +00:00
|
|
|
"@rollup/plugin-commonjs": "19.0.2",
|
2022-01-05 19:08:22 +00:00
|
|
|
"@rollup/plugin-node-resolve": "13.1.3",
|
2022-02-24 08:30:58 +00:00
|
|
|
"@rollup/plugin-typescript": "8.3.1",
|
2022-02-15 14:58:49 -03:00
|
|
|
"@storybook/addon-a11y": "6.4.19",
|
2022-02-12 11:53:50 +00:00
|
|
|
"@storybook/addon-actions": "6.4.19",
|
|
|
|
"@storybook/addon-docs": "6.4.19",
|
|
|
|
"@storybook/addon-essentials": "6.4.19",
|
|
|
|
"@storybook/addon-links": "6.4.19",
|
2021-05-10 20:10:05 +00:00
|
|
|
"@storybook/addon-postcss": "2.0.0",
|
2022-02-12 11:53:50 +00:00
|
|
|
"@storybook/builder-webpack5": "6.4.19",
|
|
|
|
"@storybook/manager-webpack5": "6.4.19",
|
|
|
|
"@storybook/react": "6.4.19",
|
2022-03-26 03:43:23 +00:00
|
|
|
"@testing-library/jest-dom": "5.16.3",
|
2022-03-12 00:57:56 +00:00
|
|
|
"@testing-library/react": "12.1.4",
|
2022-02-23 10:17:10 +00:00
|
|
|
"@types/jest": "27.4.1",
|
2022-03-19 12:56:56 +00:00
|
|
|
"autoprefixer": "10.4.4",
|
2021-10-21 01:09:44 +00:00
|
|
|
"babel-loader": "8.2.3",
|
2021-06-21 09:41:31 +00:00
|
|
|
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
|
|
|
"cross-env": "7.0.3",
|
2022-03-19 23:42:51 +00:00
|
|
|
"postcss": "8.4.12",
|
2021-05-17 11:42:51 +00:00
|
|
|
"postcss-import": "14.0.2",
|
2021-06-21 09:41:31 +00:00
|
|
|
"rimraf": "3.0.2",
|
2022-03-20 02:21:14 +00:00
|
|
|
"rollup": "2.70.1",
|
2021-11-22 19:00:07 +00:00
|
|
|
"rollup-plugin-postcss": "4.0.2",
|
2021-11-19 14:19:40 +00:00
|
|
|
"rollup-plugin-terser": "7.0.2",
|
2022-02-16 13:20:19 +00:00
|
|
|
"tailwindcss": "3.0.23"
|
2021-05-11 02:07:01 +07:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"storybook": "start-storybook -p 6006",
|
2021-05-12 18:24:40 +07:00
|
|
|
"storybook:theming": "npm run storybook --no-manager-cache",
|
2021-06-21 10:21:40 +02:00
|
|
|
"build-storybook": "build-storybook",
|
|
|
|
"build": "cross-env NODE_ENV=production rollup -c",
|
2022-03-15 19:20:57 +07:00
|
|
|
"build:css": "npx tailwindcss -i ./src/base.css -o ./dist/base.css --minify",
|
2021-06-21 10:21:40 +02:00
|
|
|
"dev": "cross-env NODE_ENV=development rollup -c -w",
|
2022-02-08 15:38:00 +07:00
|
|
|
"clean": "rimraf dist/*",
|
|
|
|
"gen-component": "ts-node ./utils/gen-component-script"
|
2021-05-11 02:07:01 +07:00
|
|
|
}
|
|
|
|
}
|