-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.8 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.8 KB
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
52
53
54
55
56
{
"name": "khantribute",
"version": "1.0.0",
"description": "** khantribute **",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node_modules/.bin/webpack-dev-server",
"dist": "node ./node_modules/webpack/bin/webpack.js --mode=production && mkdir -p dist/khantribute/dist && cp -rv *.html css js img dist/khantribute && cp dist/* dist/khantribute/dist/",
"build": "node ./node_modules/webpack/bin/webpack.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/suhajdab/khantribute.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/suhajdab/khantribute/issues"
},
"homepage": "https://github.com/suhajdab/khantribute#readme",
"devDependencies": {
"@material/button": "^0.35.0",
"@material/card": "^0.35.0",
"@material/checkbox": "^0.35.0",
"@material/dialog": "^0.35.0",
"@material/elevation": "^0.35.0",
"@material/form-field": "^0.35.0",
"@material/linear-progress": "^0.35.0",
"@material/list": "^0.35.0",
"@material/menu": "^0.36.1",
"@material/snackbar": "^0.35.0",
"@material/toolbar": "^0.35.0",
"@material/typography": "^0.35.0",
"acorn": "^5.5.3",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"css-loader": "^0.28.11",
"hammerjs": "^2.0.8",
"jquery": "^3.3.1",
"js-cookie": "^2.2.0",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.9.0",
"normalize.css": "^8.0.0",
"optimize-css-assets-webpack-plugin": "^4.0.1",
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "4.19.0",
"webpack-cli": "^2.1.5",
"webpack-dev-server": "^3.1.4"
},
"dependencies": {}
}