package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "x_component_attendancev2",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "src/main.js",
  6. "scripts": {
  7. "build": "cross-env NODE_ENV=production BUILD_PATH=dist PUBLIC_URL=/x_component_attendancev2/ webpack",
  8. "start": "cross-env NODE_ENV=development BUILD_PATH=dist PUBLIC_URL=/x_component_attendancev2/ webpack-dev-server",
  9. "o2-deploy": "cross-env NODE_ENV=production BUILD_PATH=../../dest/x_component_attendancev2 PUBLIC_URL=/x_component_attendancev2/ webpack",
  10. "o2-build": "cross-env NODE_ENV=production BUILD_PATH=../../../target/o2server/servers/webServer/x_component_attendancev2 PUBLIC_URL=../x_component_attendancev2/ webpack"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "ssh://git@git.o2oa.net:2020/o2oa/o2wb-empty.git"
  15. },
  16. "keywords": [],
  17. "author": "",
  18. "license": "ISC",
  19. "publishConfig": {
  20. "access": "public"
  21. },
  22. "devDependencies": {
  23. "@o2oa/oovm-scripts": "^1.0.9"
  24. },
  25. "dependencies": {
  26. "@o2oa/component": "^1.1.6",
  27. "@o2oa/oovm": "^2.1.41"
  28. },
  29. "browserslist": [
  30. "> 0.1%",
  31. "ie 11",
  32. "last 2 version"
  33. ]
  34. }