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-10-30 03:20:44 +00:00
|
|
|
"@babel/preset-typescript": "7.16.0",
|
2021-11-24 02:27:58 +00:00
|
|
|
"@types/node": "16.11.10",
|
2021-11-25 01:24:54 +00:00
|
|
|
"@types/react": "17.0.37",
|
2021-11-10 20:17:39 +05:30
|
|
|
"@types/react-dom": "17.0.11",
|
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",
|
2021-11-19 09:57:03 +05:30
|
|
|
"typescript": "4.5.2"
|
2021-05-11 02:07:01 +07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-10-30 03:20:44 +00:00
|
|
|
"@babel/core": "7.16.0",
|
2021-11-18 10:44:13 +05:30
|
|
|
"@babel/preset-env": "7.16.4",
|
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-10-19 16:21:00 +00:00
|
|
|
"@rollup/plugin-node-resolve": "13.0.6",
|
2021-11-26 17:29:35 +00:00
|
|
|
"@storybook/addon-actions": "6.4.0",
|
|
|
|
"@storybook/addon-essentials": "6.4.0",
|
|
|
|
"@storybook/addon-links": "6.4.0",
|
2021-05-10 20:10:05 +00:00
|
|
|
"@storybook/addon-postcss": "2.0.0",
|
2021-11-26 17:29:35 +00:00
|
|
|
"@storybook/react": "6.4.0",
|
2021-11-23 14:25:04 +00:00
|
|
|
"@testing-library/jest-dom": "5.15.1",
|
2021-10-03 15:05:11 +00:00
|
|
|
"@testing-library/react": "12.1.2",
|
2021-11-21 14:11:51 +05:30
|
|
|
"@types/jest": "27.0.3",
|
2021-10-28 22:25:01 +05:30
|
|
|
"autoprefixer": "10.4.0",
|
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",
|
2021-11-27 16:11:19 +00:00
|
|
|
"postcss": "8.4.4",
|
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",
|
2021-11-22 08:18:59 +00:00
|
|
|
"rollup": "2.60.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",
|
|
|
|
"tailwindcss": "2.2.19"
|
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
|
|
|
}
|
|
|
|
}
|