-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (44 loc) · 1.32 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
49
50
51
{
"name": "@awspilot/ractive-dynamodb-ui",
"version": "1.8.0",
"description": "ractivejs component to manage dynamodb tables",
"main": "dist/ractive-dynamodb-ui.min.js",
"scripts": {
"dev": "docker run -it --rm -v $PWD:/usr/share/nginx/html -p 8888:80 nginx",
"start": "webpack -w --config webpack.browser.js",
"build": "webpack --config webpack.browser.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/awspilot/ractive-dynamodb-ui.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/awspilot/ractive-dynamodb-ui/issues"
},
"homepage": "https://github.com/awspilot/ractive-dynamodb-ui#readme",
"devDependencies": {
"ractive": "^1.3.8",
"aws-sdk": "^2.596.0",
"@awspilot/dynamodb": "2.0.0-beta.10",
"@awspilot/ractive-dynamodb-json-editor": "^1.1.1",
"@databank/ractive-window": "^0.2.2",
"@databank/ractive-datatable": "0.0.2",
"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",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"terser-webpack-plugin": "^2.3.1",
"copy-webpack-plugin": "^5.1.1",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"css-loader": "^3.4.0",
"mini-css-extract-plugin": "^0.9.0"
},
"dependencies": {
}
}