-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
91 lines (91 loc) · 2.67 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
91
{
"name": "@mechanic-design/core",
"version": "2.0.0-beta.11",
"description": "Mechanic is a framework to build assets built on web code.",
"license": "MIT",
"homepage": "https://github.com/designsystemsinternational/mechanic#readme",
"repository": {
"type": "git",
"url": "https://github.com/designsystemsinternational/mechanic",
"directory": "packages/core"
},
"bugs": {
"url": "https://github.com/designsystemsinternational/mechanic/issues",
"email": "[email protected]"
},
"author": {
"name": "Rune Skjoldborg Madsen",
"email": "[email protected]",
"url": "https://designsystems.international"
},
"contributors": [
{
"name": "Fernando Florenzano Hernández",
"email": "[email protected]",
"url": "https://designsystems.international"
},
{
"name": "Martin Bravo",
"email": "[email protected]",
"url": "https://designsystems.international"
}
],
"files": [
"src",
"app"
],
"type": "module",
"exports": {
".": "./src/index.js",
"./src/commands/*": "./src/commands/*.cjs"
},
"dependencies": {
"@babel/core": "^7.14.6",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@babel/runtime": "^7.14.6",
"@mechanic-design/fonts": "^1.1.0",
"@mechanic-design/ui-components": "^2.0.0-beta.10",
"@mechanic-design/utils": "^2.0.0-beta.10",
"babel-loader": "^8.2.2",
"case": "^1.6.3",
"classnames": "^2.2.6",
"clean-webpack-plugin": "^3.0.0",
"connect-history-api-fallback": "^1.6.0",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.2.0",
"express": "^4.17.1",
"fs-extra": "^10.0.0",
"html-loader": "^2.1.2",
"html-to-image": "^1.9.0",
"html-webpack-plugin": "^5.3.1",
"immer": "^9.0.12",
"loader-utils": "^2.0.0",
"mini-css-extract-plugin": "^2.2.0",
"mousetrap": "^1.6.5",
"node-polyfill-webpack-plugin": "^1.1.3",
"portfinder": "^1.0.28",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.4.2",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hot-loader": "^4.13.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"regenerator-runtime": "^0.13.1",
"seedrandom": "^3.0.5",
"style-loader": "^3.2.1",
"svgo": "^2.8.0",
"tmp": "^0.2.1",
"use-immer": "^0.6.0",
"webpack": "^5.39.1",
"webpack-dev-middleware": "^5.0.0",
"webpack-hot-middleware": "^2.25.0"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"gitHead": "123dc6a0f0532663d411bb9cf1b99271e185436f"
}