forked from freesewing/freesewing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 4.21 KB
/
Copy pathpackage.json
File metadata and controls
126 lines (126 loc) · 4.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "root",
"private": true,
"description": "FreeSewing is an open source platform for made-to-measure sewing patterns",
"keywords": [
"sewing",
"design",
"parametric design",
"sewing",
"fashion",
"made-to-measure"
],
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
"license": "MIT",
"scripts": {
"lint": "eslint --fix 'src/*.js'",
"kickstart": "npx lerna bootstrap && npx lerna run build --no-bail && npx lerna run build",
"clean": "rimraf dist",
"test": "echo \"Error: no test specified\" && exit 1",
"jsonlint": "yarn --silent jsonlint:files | xargs -n1 jsonlint -q -c && echo \"jsonlint: no lint errors\"",
"jsonlint:files": "find . -name \"*.json\" | grep -v -f .eslintignore",
"prettier": "npx prettier --write 'packages/**/src/*.js'",
"reconfigure": "npx babel-node scripts/reconfigure.js",
"dxf": "npx babel-node scripts/export-dxf.js",
"prerelease": "lerna version --no-git-tag-version --no-push && yarn reconfigure && lerna run build",
"release": "lerna exec -- npm publish",
"postrelease": "git add . && git commit -m ':bookmark: v$npm_package_version' && git tag -a v$npm_package_version -m ':bookmark: FreeSewing v$npm_package_version'",
"bump": "git add . && git commit -m 'chore: Reconfigure packages'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/freesewing/freesewing.git"
},
"bugs": {
"url": "https://github.com/freesewing/freesewing/issues"
},
"prettier": "@freesewing/prettier-config",
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/node": "^7.5.0",
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.4.4",
"@commitlint/cli": "8.3.5",
"@commitlint/config-conventional": "8.3.4",
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^4.2.0",
"@material-ui/lab": "^4.0.0-alpha.19",
"@storybook/addon-backgrounds": "^5.0.10",
"@storybook/addon-knobs": "^5.0.10",
"@storybook/addon-notes": "^5.0.10",
"@storybook/react": "^5.0.10",
"@svgr/rollup": "^5.1.0",
"ava": "^2.3.0",
"babel-loader": "^8.0.5",
"chai": "^4.1.2",
"chai-string": "^1.4.0",
"chalk": "^2.4.2",
"codecov": "^3.1.0",
"cross-env": "^7.0.0",
"eslint": "^6.3.0",
"eslint-config-prettier": "^6.1.0",
"eslint-config-standard": "^14.1.0",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-react": "^7.10.0",
"eslint-plugin-standard": "^4.0.1",
"fs-extra": "^9.0.1",
"gh-pages": "^2.1.1",
"husky": "^3.0.5",
"js-yaml": "^3.14.0",
"jsonlint": "^1.6.3",
"lerna": "^3.20.2",
"mocha": "^7.1.1",
"mustache": "^4.0.0",
"node-sass": "^4.11.0",
"nyc": "^15.0.1",
"open-color": "^1.6.3",
"prettier": "^2.0.2",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.4.1",
"react-intl": "^2.8.0",
"react-scripts": "^3.0.0",
"rimraf": "^3.0.0",
"rmfr": "^2.0.0",
"rollup": "^1.27.13",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-babel-minify": "^10.0.0",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-filesize": "^6.2.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-sass": "^1.2.2",
"rollup-plugin-terser": "^5.1.2",
"rollup-plugin-url": "^2.2.1",
"rollup-plugin-yaml": "^2.0.0",
"standard": "^14.0.2",
"storybook-addon-material-ui": "^0.9.0-alpha.18",
"uglifycss": "^0.0.29",
"verdaccio": ">=3.12.0"
},
"dependencies": {
"bezier-js": "2.6.1",
"file-saver": "2.0.2",
"pretty-quick": "^2.0.1",
"tlds": "^1.203.1"
},
"workspaces": [
"packages/*"
]
}