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": {
|
|
|
|
"node": ">= 14.0.0",
|
|
|
|
"npm": "^6.14.12"
|
|
|
|
},
|
|
|
|
"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-09-28 16:06:21 +05:00
|
|
|
"@babel/preset-typescript": "7.15.0",
|
|
|
|
"@types/jest": "27.0.2",
|
|
|
|
"@types/node": "16.9.6",
|
2021-10-03 19:58:56 +00:00
|
|
|
"@types/react": "17.0.27",
|
2021-09-28 16:06:21 +05:00
|
|
|
"@types/react-dom": "17.0.9",
|
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",
|
|
|
|
"typescript": "4.4.3"
|
2021-05-11 02:07:01 +07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-09-04 09:58:54 +00:00
|
|
|
"@babel/core": "7.15.5",
|
2021-09-10 15:27:27 +05:30
|
|
|
"@babel/preset-env": "7.15.6",
|
2021-06-21 09:41:31 +00:00
|
|
|
"@rollup/plugin-babel": "5.3.0",
|
2021-07-26 15:48:34 +00:00
|
|
|
"@rollup/plugin-commonjs": "19.0.2",
|
2021-09-22 05:46:29 +00:00
|
|
|
"@rollup/plugin-node-resolve": "13.0.5",
|
2021-10-01 18:24:56 +00:00
|
|
|
"@storybook/addon-actions": "6.3.9",
|
|
|
|
"@storybook/addon-essentials": "6.3.9",
|
|
|
|
"@storybook/addon-links": "6.3.9",
|
2021-05-10 20:10:05 +00:00
|
|
|
"@storybook/addon-postcss": "2.0.0",
|
2021-10-01 18:24:56 +00:00
|
|
|
"@storybook/react": "6.3.9",
|
2021-10-03 15:05:11 +00:00
|
|
|
"@testing-library/react": "12.1.2",
|
2021-09-26 11:26:54 +00:00
|
|
|
"autoprefixer": "10.3.6",
|
2021-05-17 14:13:27 +07:00
|
|
|
"babel-loader": "8.2.2",
|
2021-06-21 09:41:31 +00:00
|
|
|
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
|
|
|
|
"cross-env": "7.0.3",
|
2021-09-25 08:31:22 +00:00
|
|
|
"postcss": "8.3.8",
|
2021-05-17 11:42:51 +00:00
|
|
|
"postcss-import": "14.0.2",
|
2021-09-27 22:15:22 +05:30
|
|
|
"tailwindcss": "2.2.16",
|
2021-06-21 09:41:31 +00:00
|
|
|
"rimraf": "3.0.2",
|
2021-10-01 08:46:24 +00:00
|
|
|
"rollup": "2.58.0",
|
2021-08-12 13:58:51 +00:00
|
|
|
"rollup-plugin-postcss": "4.0.1",
|
2021-06-21 09:41:31 +00:00
|
|
|
"rollup-plugin-terser": "7.0.2"
|
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",
|
|
|
|
"dev": "cross-env NODE_ENV=development rollup -c -w",
|
|
|
|
"clean": "rimraf dist/*"
|
2021-05-11 02:07:01 +07:00
|
|
|
}
|
|
|
|
}
|