This repository has been archived by the owner on Oct 17, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
90 lines (90 loc) · 2.48 KB
/
package.json
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
{
"name": "@freesewing/pattern",
"version": "0.0.0",
"description": "A FreeSewing pattern (template)",
"author": "Joost De Cock <[email protected]> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
"repository": "github:freesewing/pattern",
"license": "MIT",
"bugs": {
"url": "https://github.com/freesewing/pattern/issues"
},
"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",
"build": "npm run clean && rollup -c",
"test": "echo \"aaron: No tests configured. Perhaps you'd like to do this?\" && exit 0",
"start": "rollup -c -w",
"prettier": "npx prettier --write 'src/*'"
},
"prettier": "@freesewing/prettier-config",
"peerDependencies": {
"@freesewing/core": "beta",
"@freesewing/plugin-bundle": "beta",
"@freesewing/brian": "beta"
},
"dependencies": {},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@freesewing/components": "beta",
"@freesewing/css-theme": "beta",
"@freesewing/i18n": "beta",
"@freesewing/mui-theme": "beta",
"@freesewing/patterns": "beta",
"@freesewing/plugin-bust": "beta",
"@freesewing/plugin-buttons": "beta",
"@freesewing/plugin-flip": "beta",
"@freesewing/prettier-config": "2.0.0-beta.37",
"@freesewing/utils": "beta",
"@material-ui/core": "4.0.1",
"@material-ui/icons": "4.0.1",
"@material-ui/lab": "^v4.0.0-alpha.14",
"@svgr/rollup": "^2.4.1",
"babel-eslint": "10.0.1",
"babel-jest": "24.7.1",
"cross-env": "^5.1.4",
"eslint": "^5.16.0",
"gh-pages": "^1.2.0",
"jest": "24.7.1",
"prop-types": "15.7.2",
"react": "^16.8",
"react-dom": "^16.8",
"react-intl": "2.8.0",
"react-scripts": "^3.0.0",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^4.0.1",
"rollup-plugin-babel-minify": "^7.0.0",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-url": "^1.4.0",
"webpack": "4.29.6"
},
"files": [
"dist/*",
"README.md",
"package.json"
],
"publishConfig": {
"access": "public",
"tag": "beta"
},
"engines": {
"node": ">=8.0.0",
"npm": ">=5"
}
}