-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 loc) · 2.14 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
52
53
54
55
56
57
58
{
"name": "itemplate_bulma_css_framework_admin_template",
"version": "1.0.7",
"description": "iTemplate Using Bulma CSS Framework By Benny Leonard Enrico Panggabean",
"main": "index.js",
"scripts": {
"dev": "node node_modules/cross-env/bin/cross-env.js NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "node node_modules/cross-env/bin/cross-env.js NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "node node_modules/cross-env/bin/cross-env.js NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "node node_modules/cross-env/bin/cross-env.js NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bendo01/itemplate.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/bendo01/itemplate/issues"
},
"homepage": "https://github.com/bendo01/itemplate#readme",
"keywords": [
"multi purpose",
"admin",
"template",
"bulma",
"css",
"framework"
],
"author": "BennyLEP <[email protected]>",
"devDependencies": {
"animate.css": "^3.5.2",
"autosize": "^3.0.20",
"bulma": "^0.3.1",
"choices.js": "^2.0.1",
"codemirror": "^5.22.0",
"d3": "^4.2.6",
"d3-tip": "^0.7.1",
"d3-zoom": "^1.0.3",
"datamaps": "^0.5.8",
"echarts": "^3.2.1",
"font-awesome": "^4.7.0",
"highlight.js": "^9.9.0",
"icheck": "^1.0.2",
"ion-rangeslider": "^2.1.6",
"jquery": "^3.1.0",
"jquery-countdown": "^2.2.0",
"laravel-mix": "^0.8.1",
"lodash": "^4.16.2",
"perfect-scrollbar": "^0.6.16",
"pikaday": "^1.4.0",
"pusher-js": "^4.0.0",
"rangeslider.js": "^2.3.0",
"simplemde": "^1.11.2",
"sweetalert2": "^6.2.0",
"vue": "^2.1.10",
"vue-resource": "^1.0.3"
}
}