tplus-portaltouch 3.22.20 → 3.24.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +37 -37
 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,37 +1,37 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            {
         
     | 
| 
       2 
     | 
    
         
            -
                "name": "tplus-portaltouch",
         
     | 
| 
       3 
     | 
    
         
            -
                "version": "3. 
     | 
| 
       4 
     | 
    
         
            -
                "description": "touch protal",
         
     | 
| 
       5 
     | 
    
         
            -
                "main": "dist/index.js",
         
     | 
| 
       6 
     | 
    
         
            -
                "scripts": {
         
     | 
| 
       7 
     | 
    
         
            -
                    "start": "node node_modules/mutants-devtools/bin/start",
         
     | 
| 
       8 
     | 
    
         
            -
                    "build": "rm -rf dist && node node_modules/mutants-devtools/bin/build",
         
     | 
| 
       9 
     | 
    
         
            -
                    "dev": "node node_modules/mutants-devtools/bin/dev ../touch",
         
     | 
| 
       10 
     | 
    
         
            -
                    "pub": "npm run build && npm publish --registry https://registry.npmjs.org && cnpm sync tplus-portaltouch",
         
     | 
| 
       11 
     | 
    
         
            -
                    "test": "set DEBUG=tplus:*,-not_this && mocha"
         
     | 
| 
       12 
     | 
    
         
            -
                },
         
     | 
| 
       13 
     | 
    
         
            -
                "keywords": [
         
     | 
| 
       14 
     | 
    
         
            -
                    "tplus",
         
     | 
| 
       15 
     | 
    
         
            -
                    "pos"
         
     | 
| 
       16 
     | 
    
         
            -
                ],
         
     | 
| 
       17 
     | 
    
         
            -
                "author": "tplus",
         
     | 
| 
       18 
     | 
    
         
            -
                "license": "ISC",
         
     | 
| 
       19 
     | 
    
         
            -
                "dependencies": {
         
     | 
| 
       20 
     | 
    
         
            -
                    "antd": "4.10.3",
         
     | 
| 
       21 
     | 
    
         
            -
                    "react": "^16.8.6",
         
     | 
| 
       22 
     | 
    
         
            -
                    "rxjs": "^6.5.4"
         
     | 
| 
       23 
     | 
    
         
            -
                },
         
     | 
| 
       24 
     | 
    
         
            -
                "devDependencies": {
         
     | 
| 
       25 
     | 
    
         
            -
                    "babel-eslint": "^8.0.3",
         
     | 
| 
       26 
     | 
    
         
            -
                    "babel-plugin-import-bee": "^1.1.0",
         
     | 
| 
       27 
     | 
    
         
            -
                    "eslint": "^4.13.1",
         
     | 
| 
       28 
     | 
    
         
            -
                    "eslint-plugin-react": "^7.12.4",
         
     | 
| 
       29 
     | 
    
         
            -
                    "mocha": "^5.2.0",
         
     | 
| 
       30 
     | 
    
         
            -
                    "mutants-devtools": "^1.0.0",
         
     | 
| 
       31 
     | 
    
         
            -
                    "mutants-microfx": "^1.0.0",
         
     | 
| 
       32 
     | 
    
         
            -
                    "tplus-api": "~3.0.47",
         
     | 
| 
       33 
     | 
    
         
            -
                    "tplus-components": "~3. 
     | 
| 
       34 
     | 
    
         
            -
                    "tplus-components-touch": "~3. 
     | 
| 
       35 
     | 
    
         
            -
                    "tplus-poslogin": "~3. 
     | 
| 
       36 
     | 
    
         
            -
                }
         
     | 
| 
       37 
     | 
    
         
            -
            }
         
     | 
| 
      
 1 
     | 
    
         
            +
            {
         
     | 
| 
      
 2 
     | 
    
         
            +
                "name": "tplus-portaltouch",
         
     | 
| 
      
 3 
     | 
    
         
            +
                "version": "3.24.1",
         
     | 
| 
      
 4 
     | 
    
         
            +
                "description": "touch protal",
         
     | 
| 
      
 5 
     | 
    
         
            +
                "main": "dist/index.js",
         
     | 
| 
      
 6 
     | 
    
         
            +
                "scripts": {
         
     | 
| 
      
 7 
     | 
    
         
            +
                    "start": "node node_modules/mutants-devtools/bin/start",
         
     | 
| 
      
 8 
     | 
    
         
            +
                    "build": "rm -rf dist && node node_modules/mutants-devtools/bin/build",
         
     | 
| 
      
 9 
     | 
    
         
            +
                    "dev": "node node_modules/mutants-devtools/bin/dev ../touch",
         
     | 
| 
      
 10 
     | 
    
         
            +
                    "pub": "npm run build && npm publish --registry https://registry.npmjs.org && cnpm sync tplus-portaltouch",
         
     | 
| 
      
 11 
     | 
    
         
            +
                    "test": "set DEBUG=tplus:*,-not_this && mocha"
         
     | 
| 
      
 12 
     | 
    
         
            +
                },
         
     | 
| 
      
 13 
     | 
    
         
            +
                "keywords": [
         
     | 
| 
      
 14 
     | 
    
         
            +
                    "tplus",
         
     | 
| 
      
 15 
     | 
    
         
            +
                    "pos"
         
     | 
| 
      
 16 
     | 
    
         
            +
                ],
         
     | 
| 
      
 17 
     | 
    
         
            +
                "author": "tplus",
         
     | 
| 
      
 18 
     | 
    
         
            +
                "license": "ISC",
         
     | 
| 
      
 19 
     | 
    
         
            +
                "dependencies": {
         
     | 
| 
      
 20 
     | 
    
         
            +
                    "antd": "4.10.3",
         
     | 
| 
      
 21 
     | 
    
         
            +
                    "react": "^16.8.6",
         
     | 
| 
      
 22 
     | 
    
         
            +
                    "rxjs": "^6.5.4"
         
     | 
| 
      
 23 
     | 
    
         
            +
                },
         
     | 
| 
      
 24 
     | 
    
         
            +
                "devDependencies": {
         
     | 
| 
      
 25 
     | 
    
         
            +
                    "babel-eslint": "^8.0.3",
         
     | 
| 
      
 26 
     | 
    
         
            +
                    "babel-plugin-import-bee": "^1.1.0",
         
     | 
| 
      
 27 
     | 
    
         
            +
                    "eslint": "^4.13.1",
         
     | 
| 
      
 28 
     | 
    
         
            +
                    "eslint-plugin-react": "^7.12.4",
         
     | 
| 
      
 29 
     | 
    
         
            +
                    "mocha": "^5.2.0",
         
     | 
| 
      
 30 
     | 
    
         
            +
                    "mutants-devtools": "^1.0.0",
         
     | 
| 
      
 31 
     | 
    
         
            +
                    "mutants-microfx": "^1.0.0",
         
     | 
| 
      
 32 
     | 
    
         
            +
                    "tplus-api": "~3.0.47",
         
     | 
| 
      
 33 
     | 
    
         
            +
                    "tplus-components": "~3.24.1",
         
     | 
| 
      
 34 
     | 
    
         
            +
                    "tplus-components-touch": "~3.24.1",
         
     | 
| 
      
 35 
     | 
    
         
            +
                    "tplus-poslogin": "~3.24.1"
         
     | 
| 
      
 36 
     | 
    
         
            +
                }
         
     | 
| 
      
 37 
     | 
    
         
            +
            }
         
     |