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-15 18:44:24 +00:00
|
|
|
"@types/react": "17.0.30",
|
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",
|
2021-10-12 22:16:55 +00:00
|
|
|
"typescript": "4.4.4"
|
2021-05-11 02:07:01 +07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-10-06 21:56:55 +00:00
|
|
|
"@babel/core": "7.15.8",
|
|
|
|
"@babel/preset-env": "7.15.8",
|
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-10-15 10:53:49 +00:00
|
|
|
"@storybook/addon-actions": "6.3.12",
|
|
|
|
"@storybook/addon-essentials": "6.3.12",
|
|
|
|
"@storybook/addon-links": "6.3.12",
|
2021-05-10 20:10:05 +00:00
|
|
|
"@storybook/addon-postcss": "2.0.0",
|
2021-10-15 10:53:49 +00:00
|
|
|
"@storybook/react": "6.3.12",
|
2021-10-03 15:05:11 +00:00
|
|
|
"@testing-library/react": "12.1.2",
|
2021-10-04 21:12:59 +00:00
|
|
|
"autoprefixer": "10.3.7",
|
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-10-05 01:11:33 +00:00
|
|
|
"postcss": "8.3.9",
|
2021-05-17 11:42:51 +00:00
|
|
|
"postcss-import": "14.0.2",
|
2021-10-13 19:07:07 +00:00
|
|
|
"tailwindcss": "2.2.17",
|
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
|
|
|
}
|
|
|
|
}
|