-
-
Notifications
You must be signed in to change notification settings - Fork 162
/
Copy pathpackage.json
48 lines (48 loc) · 1.41 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
{
"name": "export-react",
"version": "1.0.7",
"description": "Export UI Elements as React Components",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "nodemon -w src -e js,jsx,css -w webpack.config.js -x yarn build",
"build": "webpack --mode development",
"package": "xdpm pakage"
},
"author": "Johannes Pichler <[email protected]>",
"license": "ISC",
"devDependencies": {
"browserify": "^16.2.3",
"file-loader": "^1.1.11",
"flow-bin": "^0.86.0",
"nodemon": "^1.18.4",
"rollup": "^0.67.1",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2"
},
"resolutions": {
"**/event-stream": "^4.0.1"
},
"dependencies": {
"@adobe/xd-plugin-toolkit": "^0.0.1",
"@adobe/xdpm": "^2.0.0",
"@svgr/core": "^4.0.3",
"@svgr/plugin-jsx": "^4.0.3",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-add-module-exports": "^1.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"brace": "^0.11.1",
"css-loader": "^1.0.0",
"lodash": "^4.17.11",
"rc-switch": "^1.8.0",
"react": "^16.8.4",
"react-ace": "^6.2.0",
"react-dom": "^16.8.4",
"react-switch": "^3.0.4",
"style-loader": "^0.22.0"
}
}