Last active
May 8, 2017 21:36
-
-
Save jy95/99377c113252e6baaa23087abe859814 to your computer and use it in GitHub Desktop.
package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "test", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1", | |
| "start": "webpack-dev-server --env=dev --progress --watch --content-base src/app" | |
| }, | |
| "keywords": [], | |
| "author": "", | |
| "license": "ISC", | |
| "devDependencies": { | |
| "babel-cli": "^6.24.1", | |
| "babel-core": "^6.24.1", | |
| "babel-loader": "^7.0.0", | |
| "babel-polyfill": "^6.23.0", | |
| "babel-preset-env": "^1.4.0", | |
| "babel-preset-es2015": "^6.24.1", | |
| "babel-preset-es2016": "^6.24.1", | |
| "css-loader": "^0.28.1", | |
| "extract-text-webpack-plugin": "^2.1.0", | |
| "file-loader": "^0.11.1", | |
| "json-loader": "^0.5.4", | |
| "postcss-cssnext": "^2.10.0", | |
| "postcss-loader": "^2.0.1", | |
| "postcss-modules-values": "^1.2.2", | |
| "raw-loader": "^0.5.1", | |
| "sass-loader": "^6.0.3", | |
| "style-loader": "^0.17.0", | |
| "url-loader": "^0.5.8", | |
| "webpack": "^2.5.1", | |
| "webpack-dev-server": "^2.4.5" | |
| }, | |
| "dependencies": { | |
| "admin-lte": "git://github.com/almasaeed2010/AdminLTE.git#37c8bbb01998db487382e9d62cfb398511167f3a", | |
| "bootstrap-daterangepicker": "git://github.com/dangrossman/bootstrap-daterangepicker.git#29bbf5a04df69fda363cedb534272ac344524e57", | |
| "bootstrap-table": "^1.11.2", | |
| "eonasdan-bootstrap-datetimepicker": "git://github.com/Eonasdan/bootstrap-datetimepicker.git#4.17.47", | |
| "font-awesome": "^4.7.0", | |
| "ionicons": "^3.0.0", | |
| "jquery": "^3.2.1", | |
| "jquery-confirm": "git://github.com/craftpip/jquery-confirm.git", | |
| "lobibox": "git://github.com/arboshiki/lobibox.git", | |
| "lodash": "^4.17.4", | |
| "moment-timezone": "^0.5.13", | |
| "parsleyjs": "^2.7.1", | |
| "push.js": "0.0.13", | |
| "socket.io-client": "^1.7.4", | |
| "tableexport.jquery.plugin": "git://github.com/hhurz/tableExport.jquery.plugin.git" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment