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": {
|
|
|
|
"react": "16.14.0",
|
|
|
|
"react-dom": "16.14.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-06-15 16:38:39 +05:30
|
|
|
"@babel/core": "7.14.6",
|
2021-05-10 20:10:05 +00:00
|
|
|
"@storybook/addon-actions": "6.2.9",
|
|
|
|
"@storybook/addon-essentials": "6.2.9",
|
|
|
|
"@storybook/addon-links": "6.2.9",
|
|
|
|
"@storybook/addon-postcss": "2.0.0",
|
|
|
|
"@storybook/react": "6.2.9",
|
2021-06-07 14:01:20 +07:00
|
|
|
"@testing-library/react": "11.2.7",
|
2021-05-26 16:30:55 +00:00
|
|
|
"autoprefixer": "10.2.6",
|
2021-05-17 14:13:27 +07:00
|
|
|
"babel-loader": "8.2.2",
|
2021-06-17 14:55:59 +05:30
|
|
|
"postcss": "8.3.5",
|
2021-05-17 11:42:51 +00:00
|
|
|
"postcss-import": "14.0.2",
|
2021-06-21 13:02:44 +05:30
|
|
|
"tailwindcss": "2.2.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-05-11 02:07:01 +07:00
|
|
|
"build-storybook": "build-storybook"
|
|
|
|
}
|
|
|
|
}
|