-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.12 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
{
"name": "extendscript-react-template",
"version": "1.0.0",
"main": "plugin/lib/ui.compiled.js",
"license": "MIT",
"scripts": {
"start": "gulp && webpack --watch --mode=development",
"build": "gulp && webpack --mode=development"
},
"extendscript": {
"title": "React Example",
"width": 300,
"height": 300
},
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"babel-plugin-styled-components": "^1.10.6",
"copy-webpack-plugin": "^5.0.4",
"gulp": "^4.0.2",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.8"
},
"dependencies": {
"@babel/runtime": "^7.6.0",
"color": "^3.1.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"styled-components": "^4.3.2",
"styled-reset": "^4.0.0"
}
}