package.json (fe32deaa67e69870228108e3ac35afbeeeef61d4) | package.json (483fe5856044df91771f8cf65aeb02b7e2f61fad) |
---|---|
1{ 2 "name": "MusicFree", 3 "version": "0.1.0-alpha.10", 4 "license": "GPL", 5 "private": true, 6 "author": { 7 "name": "猫头猫", 8 "email": "[email protected]" --- 34 unchanged lines hidden (view full) --- 43 "he": "^1.2.0", 44 "immer": "^9.0.15", 45 "jotai": "^1.7.4", 46 "lodash.shuffle": "^4.2.0", 47 "lru-cache": "^7.14.0", 48 "nanoid": "^4.0.2", 49 "object-path": "^0.11.8", 50 "p-queue": "^7.4.1", | 1{ 2 "name": "MusicFree", 3 "version": "0.1.0-alpha.10", 4 "license": "GPL", 5 "private": true, 6 "author": { 7 "name": "猫头猫", 8 "email": "[email protected]" --- 34 unchanged lines hidden (view full) --- 43 "he": "^1.2.0", 44 "immer": "^9.0.15", 45 "jotai": "^1.7.4", 46 "lodash.shuffle": "^4.2.0", 47 "lru-cache": "^7.14.0", 48 "nanoid": "^4.0.2", 49 "object-path": "^0.11.8", 50 "p-queue": "^7.4.1", |
51 "path-browserify": "^1.0.1", |
|
51 "qrcode-generator": "^1.4.4", 52 "qs": "^6.11.2", 53 "react": "18.0.0", 54 "react-native": "0.69.6", 55 "react-native-background-timer": "^2.4.1", 56 "react-native-bootsplash": "^4.3.2", 57 "react-native-circular-progress-indicator": "^4.4.2", 58 "react-native-device-info": "^10.9.0", --- 32 unchanged lines hidden (view full) --- 91 "@tsconfig/react-native": "^2.0.0", 92 "@types/color": "^3.0.3", 93 "@types/crypto-js": "^4.1.1", 94 "@types/he": "^1.1.2", 95 "@types/jest": "^26.0.23", 96 "@types/lodash.shuffle": "^4.2.7", 97 "@types/node": "^18.0.4", 98 "@types/object-path": "^0.11.1", | 52 "qrcode-generator": "^1.4.4", 53 "qs": "^6.11.2", 54 "react": "18.0.0", 55 "react-native": "0.69.6", 56 "react-native-background-timer": "^2.4.1", 57 "react-native-bootsplash": "^4.3.2", 58 "react-native-circular-progress-indicator": "^4.4.2", 59 "react-native-device-info": "^10.9.0", --- 32 unchanged lines hidden (view full) --- 92 "@tsconfig/react-native": "^2.0.0", 93 "@types/color": "^3.0.3", 94 "@types/crypto-js": "^4.1.1", 95 "@types/he": "^1.1.2", 96 "@types/jest": "^26.0.23", 97 "@types/lodash.shuffle": "^4.2.7", 98 "@types/node": "^18.0.4", 99 "@types/object-path": "^0.11.1", |
100 "@types/path-browserify": "^1.0.0", |
|
99 "@types/qs": "^6.9.7", 100 "@types/react": "^18", 101 "@types/react-native": "^0.69.1", 102 "@types/react-native-background-timer": "^2.0.0", 103 "@types/react-native-vector-icons": "^6.4.11", 104 "@types/react-test-renderer": "^18.0.0", 105 "@typescript-eslint/eslint-plugin": "^5.29.0", 106 "@typescript-eslint/parser": "^5.29.0", --- 39 unchanged lines hidden --- | 101 "@types/qs": "^6.9.7", 102 "@types/react": "^18", 103 "@types/react-native": "^0.69.1", 104 "@types/react-native-background-timer": "^2.0.0", 105 "@types/react-native-vector-icons": "^6.4.11", 106 "@types/react-test-renderer": "^18.0.0", 107 "@typescript-eslint/eslint-plugin": "^5.29.0", 108 "@typescript-eslint/parser": "^5.29.0", --- 39 unchanged lines hidden --- |