-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (42 loc) · 1.15 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
{
"name": "@awspilot/ractive-lambda-ui",
"version": "1.5.1",
"description": "ractivejs component to manage lambda functions",
"main": "dist/ractive-lambda-ui.min.js",
"scripts": {
"dev": "docker run -it --rm -v $PWD:/usr/share/nginx/html -p 9992:80 nginx",
"start": "webpack --config webpack.browser.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/awspilot/ractive-lambda-ui.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/awspilot/ractive-lambda-ui/issues"
},
"homepage": "https://github.com/awspilot/ractive-lambda-ui#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"ractive": "^1.3.8",
"memfs": "^3.0.3",
"async": "^3.1.0",
"codeflask": "^1.4.1",
"jszip": "^3.1.5",
"terser-webpack-plugin": "^2.3.1",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"css-loader": "^3.4.0",
"style-loader": "^1.1.2",
"mini-css-extract-plugin": "^0.9.0"
},
"dependencies": {
}
}