2019-07-11 16:49:28 +02:00
|
|
|
{
|
|
|
|
"name": "@freesewing/sandy",
|
2022-05-21 19:28:43 +02:00
|
|
|
"version": "2.20.8",
|
2019-07-11 16:49:28 +02:00
|
|
|
"description": "A FreeSewing pattern for a circle skirt",
|
2020-02-22 14:20:21 +01:00
|
|
|
"author": "AlfaLyr (https://github.com/alfalyr)",
|
2019-07-11 16:49:28 +02:00
|
|
|
"homepage": "https://freesewing.org/",
|
|
|
|
"repository": "github:freesewing/freesewing",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/freesewing/freesewing/issues"
|
|
|
|
},
|
2021-09-02 18:45:47 +02:00
|
|
|
"funding": {
|
|
|
|
"type": "individual",
|
|
|
|
"url": "https://freesewing.org/patrons/join"
|
|
|
|
},
|
2019-07-11 16:49:28 +02:00
|
|
|
"keywords": [
|
|
|
|
"freesewing",
|
|
|
|
"design",
|
|
|
|
"diy",
|
|
|
|
"fashion",
|
|
|
|
"made to measure",
|
|
|
|
"parametric design",
|
|
|
|
"pattern",
|
|
|
|
"sewing",
|
|
|
|
"sewing pattern"
|
|
|
|
],
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"module": "dist/index.mjs",
|
|
|
|
"scripts": {
|
|
|
|
"clean": "rimraf dist",
|
2022-06-14 13:09:16 +02:00
|
|
|
"build": "node build.js",
|
|
|
|
"mbuild": "NO_MINIFY=1 node build.js",
|
|
|
|
"vbuild": "VERBOSE=1 node build.js",
|
|
|
|
"cibuild_step1": "node build.js",
|
2022-02-19 10:07:43 +01:00
|
|
|
"test": "BABEL_ENV=production npx mocha tests/*.test.mjs --require @babel/register",
|
2019-07-11 16:49:28 +02:00
|
|
|
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
2022-06-14 13:09:16 +02:00
|
|
|
"testci": "BABEL_ENV=production npx mocha tests/*.test.mjs --require @babel/register --reporter ../../tests/reporters/terse.js",
|
|
|
|
"prettier": "npx prettier --write 'src/*.js' 'config/*.js'"
|
2019-07-11 16:49:28 +02:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2022-05-21 20:34:32 +02:00
|
|
|
"@freesewing/core": "^2.20.8",
|
|
|
|
"@freesewing/plugin-bundle": "^2.20.8",
|
2022-06-14 13:09:16 +02:00
|
|
|
"@freesewing/config-helpers": "^2.20.8"
|
2019-07-11 16:49:28 +02:00
|
|
|
},
|
2022-05-21 20:34:32 +02:00
|
|
|
"dependencies": {},
|
2019-07-11 16:49:28 +02:00
|
|
|
"devDependencies": {
|
2022-05-21 20:34:32 +02:00
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
2021-05-22 12:15:10 +02:00
|
|
|
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
2022-05-21 19:28:43 +02:00
|
|
|
"@freesewing/components": "^2.20.8",
|
|
|
|
"@freesewing/css-theme": "^2.20.8",
|
|
|
|
"@freesewing/i18n": "^2.20.8",
|
|
|
|
"@freesewing/mui-theme": "^2.20.8",
|
|
|
|
"@freesewing/plugin-bust": "^2.20.8",
|
|
|
|
"@freesewing/plugin-buttons": "^2.20.8",
|
|
|
|
"@freesewing/plugin-flip": "^2.20.8",
|
|
|
|
"@freesewing/utils": "^2.20.8",
|
2022-05-21 20:34:32 +02:00
|
|
|
"react-scripts": "^5.0.0",
|
|
|
|
"webpack": "^5.67.0",
|
|
|
|
"@material-ui/core": "^4.12.3",
|
|
|
|
"@material-ui/icons": "^4.11.2",
|
|
|
|
"@material-ui/lab": "^v4.0.0-alpha.60",
|
2022-01-27 09:35:42 +01:00
|
|
|
"axios": "^0.25.0",
|
2022-05-21 19:28:43 +02:00
|
|
|
"react-intl": "^5.24.4",
|
2022-05-21 20:34:32 +02:00
|
|
|
"prop-types": "^15.8.1",
|
|
|
|
"mocha": "^9.1.1",
|
|
|
|
"chai": "^4.2.0",
|
|
|
|
"@babel/register": "^7.10.5"
|
2019-07-11 16:49:28 +02:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"dist/*",
|
|
|
|
"README.md",
|
|
|
|
"package.json"
|
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public",
|
2022-02-17 19:11:27 +01:00
|
|
|
"tag": "latest"
|
2019-07-11 16:49:28 +02:00
|
|
|
},
|
|
|
|
"engines": {
|
2022-06-14 13:09:16 +02:00
|
|
|
"node": ">=14.0.0",
|
2020-08-02 19:17:06 +02:00
|
|
|
"npm": ">=6"
|
2019-07-11 16:49:28 +02:00
|
|
|
}
|
|
|
|
}
|