0
|
1 {
|
|
2 "name": "Oscar",
|
|
3 "version": "1.0.0",
|
|
4 "description": "HTML Admin Theme",
|
|
5 "main": "index.js",
|
|
6 "scripts": {
|
|
7 "test": "echo \"Error: no test specified\" && exit 1"
|
|
8 },
|
|
9 "author": "Unifato",
|
|
10 "license": "ISC",
|
|
11 "dependencies": {
|
|
12 "feather-icons": "^3.2.2",
|
|
13 "jquery-tabledit": "^1.0.0",
|
|
14 "nestable2": "^1.3.0",
|
|
15 "tablesaw": "^3.0.0"
|
|
16 },
|
|
17 "devDependencies": {
|
|
18 "extract-loader": "^1.0.1",
|
|
19 "extract-text-webpack-plugin": "^3.0.2",
|
|
20 "file-loader": "^1.1.6",
|
|
21 "gulp": "^3.9.1",
|
|
22 "gulp-autoprefixer": "^4.0.0",
|
|
23 "gulp-html-minifier2": "^1.1.8",
|
|
24 "gulp-html-prettify": "0.0.1",
|
|
25 "gulp-install": "^1.1.0",
|
|
26 "gulp-jsbeautifier": "^2.1.1",
|
|
27 "gulp-livereload": "^3.8.1",
|
|
28 "gulp-php2html": "^0.3.2",
|
|
29 "gulp-sass": "^3.1.0",
|
|
30 "gulp-sourcemaps": "^2.6.0",
|
|
31 "ncp": "^2.0.0",
|
|
32 "postcss-loader": "^2.0.9",
|
|
33 "sass-loader": "^6.0.6"
|
|
34 }
|
|
35 }
|