-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (38 loc) · 1.06 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
{
"name": "@awspilot/ractive-s3-ui",
"version": "0.0.1",
"description": "ractivejs component to manage S3 Buckets",
"main": "dist/ractive-s3-ui.min.js",
"scripts": {
"dev": "docker run -it --rm -v $PWD:/usr/share/nginx/html -p 9991:80 nginx",
"start": "webpack -w --config webpack.config.js",
"build": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/awspilot/ractive-s3-ui.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/awspilot/ractive-s3-ui/issues"
},
"homepage": "https://github.com/awspilot/ractive-s3-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",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"css-loader": "^3.4.0",
"mini-css-extract-plugin": "^0.9.0"
},
"dependencies": {
}
}