-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.18 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
{
"name": "cep-starter",
"version": "0.0.2",
"description": "A starter project for developing CEP extensions using cep-bundler and cep-packager",
"main": "index.js",
"devDependencies": {
"@babel/core": "^7.0.0",
"@types/debug": "0.0.30",
"@types/node": "^8.0.26",
"@types/react": "^16.4.14",
"@types/react-dom": "^16.0.7",
"@types/react-hot-loader": "^3.0.4",
"@types/react-redux": "^6.0.9",
"@types/remote-redux-devtools": "^0.5.3",
"babel-polyfill": "^6.26.0",
"cep-bundler": "0.0.12",
"cep-packager": "0.0.21",
"debug": "^3.0.1",
"extendscript-es5-shim-ts": "0.0.1",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-hot-loader": "^4.3.8",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-simple-logger": "0.0.4",
"redux-thunk": "^2.3.0",
"remote-redux-devtools": "^0.5.13",
"sassify": "^4.0.1",
"types-for-adobe": "github:vespakoen/types-for-adobe#development",
"typescript": "^3.0.3"
},
"scripts": {
"start": "cep-bundler",
"build": "cep-bundler build",
"package": "cep-bundler build && cep-packager"
},
"author": "Koen Schmeets",
"license": "MIT",
"dependencies": {}
}