12345678910111213141516171819202122232425262728293031 |
- {
- "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",
- "babel-polyfill": "^6.26.0",
- "parallax-js": "^3.1.0"
- },
- "devDependencies": {
- "autoprefixer": "^8.1.0",
- "axios": "^0.18.0",
- "babel-core": "^6.26.3",
- "babel-polyfill": "^6.26.0",
- "babel-preset-env": "^1.6.1",
- "lodash": "^4.17.5",
- "node-sass": "^4.9.0",
- "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"
- }
|