1234567891011121314151617181920212223242526 |
- {
- "name": "parcel-sample-project",
- "version": "1.0.0",
- "description": "dw parcel package",
- "main": "index.js",
- "dependencies": {
- "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"
- },
- "scripts": {
- "debug": "parcel ./src/index.html",
- "build": "parcel build ./src/index.html --public-url //pub.dwstatic.com/zt2018/1803monsterhunter/ --out-dir ../../../pub/zt2018/1803monsterhunter"
- },
- "keywords": [],
- "author": "heitan",
- "license": "ISC"
- }
|