{ "name": "parcel-sample-project", "version": "1.0.0", "description": "dw parcel package", "main": "index.js", "dependencies": { "animate.css": "^3.6.1", "animate.min.css": "0.0.3", "node-sass": "^4.7.2" }, "devDependencies": { "autoprefixer": "^8.1.0", "axios": "^0.18.0", "babel-core": "^6.26.0", "babel-polyfill": "^6.26.0", "babel-preset-env": "^1.6.1", "lodash": "^4.17.5", "postcss-modules": "^1.1.0", "vue": "^2.5.16", "vue-mouse-parallax": "^0.9.2" }, "scripts": { "debug": "parcel ./src/index.html", "build": "parcel build ./src/index.html --public-url //pub.dwstatic.com/zt2018/1806dragonball/ --out-dir ../../../pub/zt2018/1806dragonball" }, "keywords": [], "author": "heitan", "license": "ISC" }